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 2003/03/01 23:28:58 UTC

DO NOT REPLY [Bug 17565] New: - Tomcat 5 returns 404 error for directory which doesn't have a welcome file

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


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