Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A121BDFE7 for ; Mon, 17 Dec 2012 13:54:44 +0000 (UTC) Received: (qmail 1547 invoked by uid 500); 17 Dec 2012 13:54:44 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 1203 invoked by uid 500); 17 Dec 2012 13:54:40 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 902 invoked by uid 99); 17 Dec 2012 13:54:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 13:54:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 13:54:31 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 245F949AB; Mon, 17 Dec 2012 13:54:11 +0000 (UTC) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: [Bug 54320] New: Regression: can not activate activate directory listings parameter for DefaultServlet STRICT_SERVLET_COMPLIANCE Date: Mon, 17 Dec 2012 13:54:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 7 X-Bugzilla-Component: Catalina X-Bugzilla-Keywords: X-Bugzilla-Severity: regression X-Bugzilla-Who: cedrik.lime@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter classification Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=3D54320 Bug ID: 54320 Summary: Regression: can not activate activate directory listings parameter for DefaultServlet STRICT_SERVLET_COMPLIANCE Product: Tomcat 7 Version: 7.0.34 Hardware: All OS: All Status: NEW Severity: regression Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: cedrik.lime@gmail.com Classification: Unclassified Since Tomcat 7, one can not enable directory listings (in conf/web.xml) whi= le simultaneously enabling strict servlet compliance (by setting the org.apache.catalina.STRICT_SERVLET_COMPLIANCE system property): one gets a = 404 response. This is a regression compared to Tomcat 5.5 and Tomcat 6. The Servlet 3.0 specification states =C2=A710.10: "If no matching welcome file is found in the manner described, the container may handle the request in a manner it finds suitable. For some configuratio= ns this may mean returning a directory listing or for others returning a 404 response." so this new behaviour is still specification compliant strictly speaking. But still I would really like to enable directory listings (which is also specification compliant)! :-) (And yes, I do know the warnings / trade-offs about enabling those listings= .) --=20 You are receiving this mail because: You are the assignee for the bug.= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org