Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 15057 invoked from network); 19 May 2006 12:53:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2006 12:53:47 -0000 Received: (qmail 31084 invoked by uid 500); 19 May 2006 12:53:42 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 31032 invoked by uid 500); 19 May 2006 12:53:41 -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 31021 invoked by uid 500); 19 May 2006 12:53:41 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 31018 invoked by uid 99); 19 May 2006 12:53:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 05:53:41 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 05:53:41 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id C0E9B41000E; Fri, 19 May 2006 12:53:08 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 39614] - IIS ISAPI plugin blocks acces to all "WEB-INF" folders In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060519125308.C0E9B41000E@brutus.apache.org> Date: Fri, 19 May 2006 12:53:08 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=39614 mturk@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From mturk@apache.org 2006-05-19 12:53 ------- The entire point of ISAPI redirector is to map the Servlet container inside web server. Now, according to Servlet spec the access to WEB-INF or META-INF must return 404. If you feel lucky you can edit the jk_isapi_plugin.c and force the function uri_is_web_inf to always returns FALSE, and build your own flavor. It will certainly never be part of the official codebase. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org