From: Ruediger Pluem Date: Mon, 10 Sep 2007 10:42:23 +0000 (+0000) Subject: * Also set the Vary header if a rewrite condition is true and uses a HTTP X-Git-Tag: 2.3.0~1436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23c66c1ca1d9d95c410767976867e12ec4e9e9a5;p=apache * Also set the Vary header if a rewrite condition is true and uses a HTTP 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 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index e395d01e5d..83d55ca4cf 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -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) {