diff --git a/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java b/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java index 8872dde7b0a..a9b0213794c 100644 --- a/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java +++ b/org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java @@ -159,10 +159,9 @@ import javax.servlet.ServletException; * *
Apache Tomcat maps its internal {@code DefaultServlet} to "/", and on Tomcat versions - * <= 7.0.14, this servlet mapping cannot be overridden programmatically. This - * is a known issue - * and scheduled to be addressed in the next revision of Tomcat. Overriding the "/" - * servlet mapping has been tested successfully on GlassFish 3.1.
+ * <= 7.0.14, this servlet mapping cannot be overridden programmatically. + * 7.0.15 fixes this issue. Overriding the "/" servlet mapping has also been tested + * successfully under GlassFish 3.1.
* * @author Chris Beams * @since 3.1