DispatcherServlet did not process request in Spring 3.0.3 version. #30038
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
Affects: <3.0.3>
I tried send basic get requests with Spring 3.0.3 version and probably DispatcherServlet can not process request. But I saw a couple of log ,like :
INFO 21148 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
INFO 21148 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
INFO 21148 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
I also created another demo project to process basic Get request and there was no problem. I used Spring 2.7.9. . I used Java 17 in both of them.
Same controller class ,
First project's (demo) pom's parent like : (3.0.3)
Second project's (demo1) pom's parent like : (2.7.9)
I also added projects .
demo.zip
demo1.zip
The text was updated successfully, but these errors were encountered: