Incorrect javadoc in SpringServletContainerInitializer [SPR-11364] #15990
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: task
A general task
Milestone
Michał Politowski opened SPR-11364 and commented
The javadoc says
but the thread around https://java.net/projects/servlet-spec/lists/users/archive/2012-05/message/1 explicitly states that the version in descriptor doesn't matter, and at least in Tomcat 7.0.50 (and probably since 7.0.29, which has the following in the changelog:
) the initializer is used even with version="2.5" in web.xml.
Affects: 3.2.6, 4.0 GA
Reference URL: https://java.net/projects/servlet-spec/lists/users/archive/2012-05/message/1
Backported to: 3.2.7
The text was updated successfully, but these errors were encountered: