Skip to content

Commit bce9149

Browse files
committed
Polish WebApplicationInitializer Javadoc
1 parent 6933a1a commit bce9149

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

org.springframework.web/src/main/java/org/springframework/web/WebApplicationInitializer.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,9 @@
159159
*
160160
* <h3>Mapping to '/' under Tomcat</h3>
161161
* <p>Apache Tomcat maps its internal {@code DefaultServlet} to "/", and on Tomcat versions
162-
* &lt;= 7.0.14, this servlet mapping <em>cannot be overridden programmatically</em>. This
163-
* is a <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=51278">known issue</a>
164-
* and scheduled to be addressed in the next revision of Tomcat. Overriding the "/"
165-
* servlet mapping has been tested successfully on GlassFish 3.1.<p>
162+
* &lt;= 7.0.14, this servlet mapping <em>cannot be overridden programmatically</em>.
163+
* 7.0.15 fixes this issue. Overriding the "/" servlet mapping has also been tested
164+
* successfully under GlassFish 3.1.<p>
166165
*
167166
* @author Chris Beams
168167
* @since 3.1

0 commit comments

Comments
 (0)