Request forwarding is not working with ServletHttpHandlerAdapter in servlet 3.1 container [SPR-17637] #22167
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
codecracker2014 opened SPR-17637 and commented
I'm trying to write reactive view resolver for apache tiles. Tiles forwards request to jsp and jsp calls
getOutputStream which can't be called twice as already called in org.springframework.http.server.reactive.ServletServerHttpResponse constructor.
Below is the resulting exception.
Is request forwarding not supported with web-flux?
No further details from SPR-17637
The text was updated successfully, but these errors were encountered: