]> granicus.if.org Git - apache/commitdiff
* Also set the Vary header if a rewrite condition is true and uses a HTTP
authorRuediger Pluem <rpluem@apache.org>
Mon, 10 Sep 2007 10:42:23 +0000 (10:42 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 10 Sep 2007 10:42:23 +0000 (10:42 +0000)
  header, but all remaining rewrite conditions are skipped due to the [OR]
  flag.

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

modules/mappers/mod_rewrite.c

index e395d01e5dd881b4bab70485d47eb546d1919686..83d55ca4cf9b2ddc309cfae4349be36f9d184d21 100644 (file)
@@ -3920,7 +3920,6 @@ static int apply_rewrite_rule(rewriterule_entry *p, rewrite_ctx *ctx)
                        && c->flags & CONDFLAG_ORNEXT) {
                     c = &conds[++i];
                 }
-                continue;
             }
         }
         else if (!rc) {