From: Eric Covener
Date: Sun, 7 Mar 2010 12:36:30 +0000 (+0000)
Subject: backport updated T= per-directory caveat for PR 36590
X-Git-Tag: 2.2.16~113
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dadfaf349b9f5b9ac93a1fcd164700e589710ef9;p=thirdparty%2Fapache%2Fhttpd.git
backport updated T= per-directory caveat for PR 36590
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@919978 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/rewrite_flags.html.en b/docs/manual/rewrite/rewrite_flags.html.en
index f0de514cf5b..3df7d319b4b 100644
--- a/docs/manual/rewrite/rewrite_flags.html.en
+++ b/docs/manual/rewrite/rewrite_flags.html.en
@@ -410,6 +410,13 @@ instead. Always consider the alternate
solutions to a problem before resorting to rewrite, which will
invariably be a less efficient solution than the alternatives.
+
+If used in per-directory context, use only -
(dash)
+as the substitution for the entire round of mod_rewrite processing,
+otherwise the MIME-type set with this flag is lost due to an internal
+re-processing (including subsequent rounds of mod_rewrite processing).
+The L
flag can be useful in this context to end the
+current round of mod_rewrite processing.
diff --git a/docs/manual/rewrite/rewrite_flags.xml b/docs/manual/rewrite/rewrite_flags.xml
index 8c7bcd36b13..ae2b97f9f47 100644
--- a/docs/manual/rewrite/rewrite_flags.xml
+++ b/docs/manual/rewrite/rewrite_flags.xml
@@ -426,8 +426,15 @@ using
FilesMatch
instead. Always consider the alternate
solutions to a problem before resorting to rewrite, which will
invariably be a less efficient solution than the alternatives.
-
+
+If used in per-directory context, use only -
(dash)
+as the substitution for the entire round of mod_rewrite processing,
+otherwise the MIME-type set with this flag is lost due to an internal
+re-processing (including subsequent rounds of mod_rewrite processing).
+The L
flag can be useful in this context to end the
+current round of mod_rewrite processing.
+