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=27664>. 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=27664 Welcome files not found in combination with jsp-property-group Summary: Welcome files not found in combination with jsp- property-group Product: Tomcat 5 Version: 5.0.19 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My web.xml contains the following fragment: <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> <jsp-config> <jsp-property-group> <url-pattern>/notwelcome/*</url-pattern> </jsp-property-group> </jsp-config> The URL's '<contextRoot>/notwelcome/' and '<contextRoot>/notwelcome' both do not deliver the file 'index.html' that is located in the directory /notwelcome. Instead they result in a 404. If I remove the jsp-property-group, the welcome file is delivered. I will attach a test war to demonstrate this behavior. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]