Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-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 D56D19951 for ; Thu, 26 Jan 2012 19:16:45 +0000 (UTC) Received: (qmail 59528 invoked by uid 500); 26 Jan 2012 19:16:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 59452 invoked by uid 500); 26 Jan 2012 19:16:44 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 59443 invoked by uid 99); 26 Jan 2012 19:16:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 19:16:44 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 76.96.30.16 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.30.16] (HELO qmta01.emeryville.ca.mail.comcast.net) (76.96.30.16) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 19:16:35 +0000 Received: from omta20.emeryville.ca.mail.comcast.net ([76.96.30.87]) by qmta01.emeryville.ca.mail.comcast.net with comcast id SK241i0031smiN4A1KGFS5; Thu, 26 Jan 2012 19:16:15 +0000 Received: from [192.168.199.10] ([69.251.91.46]) by omta20.emeryville.ca.mail.comcast.net with comcast id SKGC1i01G100q0d8gKGEuL; Thu, 26 Jan 2012 19:16:14 +0000 Subject: Re: 2.3.16 rewrite bug wrt query strings Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: Jim Jagielski In-Reply-To: Date: Thu, 26 Jan 2012 14:16:12 -0500 Cc: Joe Schaefer Content-Transfer-Encoding: quoted-printable Message-Id: <54C4789B-470B-43E1-A6C3-1378837EE3A7@jaguNET.com> References: <1327601461.56678.YahooMailNeo@web160905.mail.bf1.yahoo.com> <1327601714.72955.YahooMailNeo@web160904.mail.bf1.yahoo.com> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1251.1) Fixed in 1236350/1236351 On Jan 26, 2012, at 1:26 PM, Eric Covener wrote: > On Thu, Jan 26, 2012 at 1:15 PM, Joe Schaefer = wrote: >> Rule that is tickling the bug: >>=20 >>=20 >> RewriteRule /issues/(.*) https://issues.apache.org/ooo/$1 [NE,L] >=20 > Can you provide a sample URL? Curious if some encoded chars in there > are a factor? >=20