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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2004-03-15 15:02 ------- That is not according to the JSP specification. Nowhere in the spec it is stated that welcome files suddenly should not work any longer if they happen to be inside a jsp-property-group. Specifying a jsp-property-group with url-pattern '/*' now effectively disables all welcome files in the application. An example from the JSP spec (1-90): <jsp-property-group> <url-pattern>/ja/*</url-pattern> <page-encoding>Shift_JIS</page-encoding> </jsp-property-group> The Japanese target audience would probably not be very happy with the fact that any welcome files below '/ja/*' stopped functioning. I'm reopening this bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]