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 EEE7E46C3 for ; Fri, 17 Jun 2011 18:16:14 +0000 (UTC) Received: (qmail 39414 invoked by uid 500); 17 Jun 2011 18:16:13 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 39341 invoked by uid 500); 17 Jun 2011 18:16:13 -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 39328 invoked by uid 99); 17 Jun 2011 18:16:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 18:16:13 +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.62.56 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.62.56] (HELO qmta06.westchester.pa.mail.comcast.net) (76.96.62.56) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 18:16:05 +0000 Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71]) by qmta06.westchester.pa.mail.comcast.net with comcast id x6DW1g0031YDfWL566Flcy; Fri, 17 Jun 2011 18:15:45 +0000 Received: from [192.168.199.10] ([69.251.84.64]) by omta20.westchester.pa.mail.comcast.net with comcast id x6Ff1g00o1PGofZ3g6FjP0; Fri, 17 Jun 2011 18:15:44 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: svn commit: r1136946 - /httpd/httpd/trunk/modules/mappers/mod_rewrite.c From: Jim Jagielski In-Reply-To: Date: Fri, 17 Jun 2011 14:15:38 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <5A15B37D-5E49-42D1-87A1-5D3264255AB8@jaguNET.com> References: <20110617171554.DA3D62388906@eris.apache.org> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1084) Sorry... something with git-svn did this. It's just been reversed. On Jun 17, 2011, at 1:19 PM, Jeff Trawick wrote: > On Fri, Jun 17, 2011 at 1:15 PM, wrote: >> Author: jim >> Date: Fri Jun 17 17:15:54 2011 >> New Revision: 1136946 >>=20 >> URL: http://svn.apache.org/viewvc?rev=3D1136946&view=3Drev >> Log: >> Revert "fix unexpected enum operation" >=20 > Why? >=20 >>=20 >> This reverts commit d407a566ab24e576a3f143f5c27b2ccf90f5d8da. >=20 > That's useless. What is the svn revision? >=20 >=20 >> Modified: >> httpd/httpd/trunk/modules/mappers/mod_rewrite.c >>=20 >> Modified: httpd/httpd/trunk/modules/mappers/mod_rewrite.c >> URL: = http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_rewrite= .c?rev=3D1136946&r1=3D1136945&r2=3D1136946&view=3Ddiff >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- httpd/httpd/trunk/modules/mappers/mod_rewrite.c (original) >> +++ httpd/httpd/trunk/modules/mappers/mod_rewrite.c Fri Jun 17 = 17:15:54 2011 >> @@ -3317,7 +3317,7 @@ static const char *cmd_rewritecond(cmd_p >> newcond->pskip =3D a2 - newcond->pattern; >> newcond->pattern +=3D newcond->pskip; >>=20 >> - if (newcond->ptype =3D=3D CONDPAT_REGEX) { >> + if (!newcond->ptype) { >> regexp =3D ap_pregcomp(cmd->pool, a2, >> AP_REG_EXTENDED | ((newcond->flags & = CONDFLAG_NOCASE) >> ? AP_REG_ICASE : 0)); >>=20 >>=20 >>=20 >=20 >=20 >=20 > --=20 > Born in Roswell... married an alien... >=20