Update OncePerRequestFilter.isAsyncDispatch to use HttpServletRequest.getDispatcherType() #26282
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
To ensure that the OncePerRequestFilter works when the servlet API is used directly it would be nice to update
OncePerRequestFilter.isAsyncDispatch
to useHttpServletRequest.getDispatcherType()
See spring-projects/spring-security#4211
The text was updated successfully, but these errors were encountered: