File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
org.springframework.web/src/main/java/org/springframework/web Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 159
159
*
160
160
* <h3>Mapping to '/' under Tomcat</h3>
161
161
* <p>Apache Tomcat maps its internal {@code DefaultServlet} to "/", and on Tomcat versions
162
- * <= 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
+ * <= 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>
166
165
*
167
166
* @author Chris Beams
168
167
* @since 3.1
You can’t perform that action at this time.
0 commit comments