-
Bug
-
Resolution: Done
-
Major
-
None
-
7.1.1.Final
Welcome files that correspond to a servlet-mapping are ignored. As an example, add a welcome file "index.jsf" and map "*.jsf" to the faces servlet. The welcome file will not be served when navigating to the folder.
This is not in accordance with the Servlet 3.0 specification (Section 10.10):
... the Web server MUST again append each welcome file in the order specified in the deployment descriptor to the partial request and check if a servlet is mapped to that request URI.
As an example of this in practice, refer to one of the many stackoverflow questions on the subject:
http://stackoverflow.com/questions/4616493/how-to-set-jsf2-welcome-file-with-faces-servlet-mapping/4618142
- is related to
-
UNDERTOW-4 Welcome-file should rerfer to servlet mapping
- Resolved
-
JBAS-8224 Servlet container should allow welcome file to be a servlet path (not just a physical file)
- Closed