]> granicus.if.org Git - apache/commitdiff
actually reg_extended has no effect in pcre context.
authorAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 16:24:34 +0000 (16:24 +0000)
committerAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 16:24:34 +0000 (16:24 +0000)
It's probably more confusing for users

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105504 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_filter.c

index 1deb311baf11fadacbf00e8a06bce25ae1122626..261c3d5ce6a5d636d7e2993fa5d6b3c5d0b61b04 100644 (file)
@@ -506,8 +506,7 @@ static const char *filter_provider(cmd_parms *cmd, void *CFG,
             flags = REG_NOSUB;        /* we're not mod_rewrite:-) */
             for (c = rxend+1; *c; ++c) {
                 switch (*c) {
-                    case 'i': flags |= REG_ICASE; break;
-                    case 'x': flags |= REG_EXTENDED; break;
+                case 'i': flags |= REG_ICASE; break;
                 }
             }
             provider->match.regex = ap_pregcomp(cmd->pool,