Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 45191 invoked from network); 14 Jul 2006 01:28:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 01:28:43 -0000 Received: (qmail 34052 invoked by uid 500); 14 Jul 2006 01:28:43 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 33777 invoked by uid 500); 14 Jul 2006 01:28:42 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 33764 invoked by uid 99); 14 Jul 2006 01:28:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 18:28:42 -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; Thu, 13 Jul 2006 18:28:41 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 14B0541000C; Fri, 14 Jul 2006 01:26:40 +0000 (GMT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 33892] - mod_include: Slashes in regexps need to be escaped In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060714012640.14B0541000C@brutus.apache.org> Date: Fri, 14 Jul 2006 01:26:40 +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=33892 ------- Additional Comments From theant@nodivisions.com 2006-07-14 01:26 ------- This is currently marked as a Mac bug, but it affects Linux/x86 as well. (Maybe the re-assignment as a docs bug makes that irrelevant?) For example if you have test.shtml, and you visit it as test.shtml?5, and it contains this (HTML comment brackets stripped): #if expr="$REQUEST_URI = /test.shtml\?5/" ...then the match fails, even though you can echo $REQUEST_URI to see that it does contain the ?5 on the end. But if you add the extra slash: #if expr="$REQUEST_URI = /test.shtml\\?5/" ...then it matches. Maddening! -- 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org