-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ZZZ: Legacy - POM
-
Labels:None
Currently the web.xml descriptors all have Servlet 2.5 specified in them. For example:
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"
This issue serves as a task for having the fix-versions.pl script examine the javax.servlet-api (master branch) or (servlet-api) artifact in order to determine the servlet version. For Servlet 3.0, web.xml should look like this:
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0"