Spring webmvc is not compatible with tomcat-embed-jasper for a JSP project #34351
Labels
for: stackoverflow
A question that's better suited to stackoverflow.com
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
When JSP files consist of multiple includes of other JSPa,
ResourceHttpMessageConverter
is unable towriteContent
.From my initial analysis,
HttpOutputMessage
is aServletResponseWrapperInclude
of tomcat jasper, which will throw anIllegalArgumentException
when trying to access theoutputStream
.See the below stack trace for more details
Is there any other way to bypass this?
The text was updated successfully, but these errors were encountered: