DelegatingFilterProxy not found WebApplicationContext when start context with AbstractAnnotationConfigDispatcherHandlerInitializer [SPR-16096] #20645
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
José María Sola Durán opened SPR-16096 and commented
I start a new project with Spring WebFlux. I want integrate this project with the new version of Spring Security 5.0.0.M5. I start the WebFlux context with WebAppInitializer, in particular extends the abstract class AbstractAnnotationConfigDispatcherHandlerInitializer. The code is below
But when I send a request for de API, I obtaing the next exception:
AbstractAnnotationConfigDispatcherHandlerInitializer instance a HttpHandler for Non I/O Blocking request, but ¿why DelegatingProxy not found WebApplicationContext if it's started?
I attach the complete log of Tomcat 8.5.x server.
Affects: 5.0 GA
Attachments:
The text was updated successfully, but these errors were encountered: