You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TomcatServerHttpRequest#createTomcatHttpHeaders, it is assumed that the given HttpServletRequest is a org.apache.catalina.connector.RequestFacade, while it could be a HttpServletRequestWrapper. Similarly, TomcatServerHttpResponse#createTomcatHttpHeaders assumes that the given response is a ResponseFacade, while it could be a HttpServletResponseWrapper.
Arjen Poutsma opened SPR-17611 and commented
In
TomcatServerHttpRequest#createTomcatHttpHeaders
, it is assumed that the givenHttpServletRequest
is aorg.apache.catalina.connector.RequestFacade
, while it could be aHttpServletRequestWrapper
. Similarly,TomcatServerHttpResponse#createTomcatHttpHeaders
assumes that the given response is aResponseFacade
, while it could be aHttpServletResponseWrapper
.Affects: 5.1.3
Reference URL: spring-projects/spring-boot#15489
Referenced from: commits 5e4a896
The text was updated successfully, but these errors were encountered: