From: Eric Covener
Date: Fri, 15 Jan 2016 01:17:07 +0000 (+0000)
Subject: Remove references to the END flag, which is not in this release.
X-Git-Tag: 2.2.32~164
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807c1baaccb725771a88a52e76d7441bce906f51;p=thirdparty%2Fapache%2Fhttpd.git
Remove references to the END flag, which is not in this release.
PR58868
Submitted By: Daniel Frederick Crisman asf-bugzilla sutoa.org
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1724718 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 553688b9694..102469fc453 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -1304,7 +1304,6 @@ cannot use $N
in the substitution string!
or it is explicitly terminated by a
L
flag,
or other flag which implies immediate termination, such as
- END
or
F
.
Modifying the Query String
@@ -1382,7 +1381,7 @@ cannot use $N
in the substitution string!
last|L |
Stop the rewriting process immediately and don't apply any
more rules. Especially note caveats for per-directory and
- .htaccess context (see also the END flag). details ... |