DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37424>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37424





------- Additional Comments From [EMAIL PROTECTED]  2006-01-30 21:31 -------
I agree that if you do not override the welcome-file-list from default-web.xml
(by providing your own welcome-file-list in your web.xml), dir listings will
always be disabled (since index.jsp will always be mapped to JspServlet), and
the JspServlet will return a 404 if index.jsp does not exist.

But this goes back to my original question: I searched again, and could not find
any reference in the Servlet or JSP specs about a list of built-in welcome pages
a container must support. If a webapp relied on the welcome-file-list in
default-web.xml, it would be non-portable.

So in order to support extension mappings for welcome pages, we need to remove
index.jsp from the welcome-file-list in default-web.xml.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to