Clarify implicit mappings and welcome file behaviour #20
Labels
Candidate4NextRelease
This issues should be consider for inclusion in the next release project.
Enhancement
New feature or request
Consider the following:
*.do is mapped to a servlet
welcome files are index.jsp, index.do
The intention is that the index.jsp page should be used if present and index.do (which always maps to the servlet) used if it is not. However, a strict reading of the servlet spec requires that a 404 is returned in index.jsp is not present .
The text was updated successfully, but these errors were encountered: