Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 3090 invoked from network); 1 Aug 2006 11:25:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 11:25:52 -0000 Received: (qmail 25073 invoked by uid 500); 1 Aug 2006 11:25:47 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 24913 invoked by uid 500); 1 Aug 2006 11:25:46 -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 24902 invoked by uid 500); 1 Aug 2006 11:25:46 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 24899 invoked by uid 99); 1 Aug 2006 11:25:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 04:25:46 -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; Tue, 01 Aug 2006 04:25:45 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id B7D4E410017; Tue, 1 Aug 2006 11:23:14 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 40151] New: - mod_jk with Apache doesn't handle jsessionid encoded directory URLs Message-ID: X-Bugzilla-Reason: AssignedTo Date: Tue, 1 Aug 2006 11:23:14 +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=40151 Summary: mod_jk with Apache doesn't handle jsessionid encoded directory URLs Product: Tomcat 5 Version: Unknown Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: damon@mahuika.co.nz URLs of the form http://www.example.com/dir/;jsessionid=328s1t1289qrt (where you'd expect the welcome file to be served up) don't work with mod_jk and Apache 2.2.3. Apache returns a 404 and adds the following to the error log: File does not exist: /wwwroot/dir/;jsessionid=328s1t1289qrt Without the jsessionid part (http://www.example.com/dir/) works fine. I've tried this against mod_jk from Tomcat connectors 1.2.18. -- 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