Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 83956 invoked from network); 10 Jul 2006 08:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 08:53:50 -0000 Received: (qmail 22550 invoked by uid 500); 10 Jul 2006 08:53:48 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 21742 invoked by uid 500); 10 Jul 2006 08:53:45 -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 21731 invoked by uid 500); 10 Jul 2006 08:53:45 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 21717 invoked by uid 99); 10 Jul 2006 08:53:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 01:53:45 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Mon, 10 Jul 2006 01:53:44 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id D927541046E; Mon, 10 Jul 2006 08:51:49 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 39452] - IIS ISAPI MOD_JK omits headers when run as application extension In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060710085149.D927541046E@brutus.apache.org> Date: Mon, 10 Jul 2006 08:51:49 +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=39452 mturk@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From mturk@apache.org 2006-07-10 08:51 ------- Please do not reopen this bug. Like said, this is configuration problem. It can be easily resolved with a simple thing like: /myapp/*=worker !/myapp/*.gif=worker !/myapp/*.jpg=worker !/myapp/*.pdf=worker Note that exclamation mark in front will unmap the specific content so in the above example, no .gif, .jpg or .pdf extensions will be handled by the Tomcat, but rather leaved to the IIS. Since the default document for any web application is determined by the content of the web.xml by the servlet spec itself, the patch that would change that will never be commited! Regards. -- 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