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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17565

Tomcat 5 returns 404 error for directory which doesn't have a welcome file

           Summary: Tomcat 5 returns 404 error for directory which doesn't
                    have a welcome file
           Product: Tomcat 5
           Version: 5.0.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using Tomcat5 build from CVS source a few days ago...

Tomcat 5 returns a 404 error when requesting a directory which doesn't have a
welcome file even when the default servlet has listings=true.  The web.xml for
the default servlet has:

<init-param>
    <param-name>listings</param-name>
    <param-value>true</param-value>
</init-param>

The same settings in Tomcat-4.1.19 result in the listing of the contents of the
directory.

Jake

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

Reply via email to