Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
3.0.1
-
None
-
None
-
Important
Description
when using eclipse & maven & spring & springMVC as development inviroment,we create a new web project,maven generates web.xml cannot be parsed by springMVC,while we debug the project,springmvc logs the messages,no handler was found for [url],no mapping was found for controller, and every time we create a new web project with maven, the problem happpens again, and ervey time we should copy a new web.xml file from somewhere else;
the first picture is the wrong web.xml head generated by maven and the second picture is right one we copy from somewhere else