From: Christophe Jaillet Date: Mon, 7 Sep 2015 05:15:48 +0000 (+0000) Subject: Revert r1697735. X-Git-Tag: 2.5.0-alpha~2864 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c888b523097785ecee2766e58768c96f60da4cf4;p=apache Revert r1697735. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1701543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index d5d3d715ee..b25acdec0d 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -3439,7 +3439,7 @@ static const char *cmd_rewritecond(cmd_parms *cmd, void *in_dconf, "RewriteCond: NoCase option for non-regex pattern '%s' " "is not supported and will be ignored. (%s:%d)", a2, cmd->directive->filename, cmd->directive->line_num); - newcond->flags &= ~(CONDFLAG_NOCASE); + newcond->flags &= ~CONDFLAG_NOCASE; } newcond->pskip = a2 - newcond->pattern;