Commit 79eb2486 authored by Andre Malo's avatar Andre Malo
Browse files

actually reg_extended has no effect in pcre context.

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
parent 13842982
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -507,7 +507,6 @@ static const char *filter_provider(cmd_parms *cmd, void *CFG,
            for (c = rxend+1; *c; ++c) {
                switch (*c) {
                case 'i': flags |= REG_ICASE; break;
                    case 'x': flags |= REG_EXTENDED; break;
                }
            }
            provider->match.regex = ap_pregcomp(cmd->pool,