You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/03/15 15:31:36 UTC

DO NOT REPLY [Bug 27664] New: - Welcome files not found in combination with jsp-property-group

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: tomcat-dev@jakarta.apache.org
        ReportedBy: ronald@finalist.com


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org