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=27704>. 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=27704 Result of request.getServletPath() wrong in case JSP inside jsp-property-group ------- Additional Comments From [EMAIL PROTECTED] 2004-03-16 14:40 ------- I do not understand the badness of this behavior. If a resource is matched by a jsp-property-group, it should be considered a JSP file. If a resource has the extension .jsp it should be considered a JSP file. What's the difference between these two? If you include directories with the resources that match a url-pattern, this explains bug 27664: a directory is then served as a JSP file, which can not be found, resulting in a 404. However, JSP3.3 states: "A JSP property group is a collection of properties that apply to a set of files that represent JSP pages." Directories are apparently not included in this definition. SRV9.10 states: "The purpose of this mechanism is to allow the deployer to specify an ordered list of partial URIs for the container to use for appending to URIs when there is a request for a URI that corresponds to a directory entry in the WAR not mapped to a Web component." Requests for a directory should result in an attempt to append welcome files to this directory. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]