]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
elaborate on the T= limiation in per-directory rewrites for PR 36590
authorEric Covener <covener@apache.org>
Sun, 7 Mar 2010 12:34:17 +0000 (12:34 +0000)
committerEric Covener <covener@apache.org>
Sun, 7 Mar 2010 12:34:17 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@919977 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/flags.xml

index a56ea6be865f5a64d0141ad378f1b75831393563..c6d33f95344bfe3be5893dfcdbfcf47a08440f10 100644 (file)
@@ -623,8 +623,11 @@ invariably be a less efficient solution than the alternatives.</p>
 
 <p>
 If used in per-directory context, use only <code>-</code> (dash)
-as the substitution, otherwise the MIME-type set with this flag
-is lost due to an internal re-processing.</p>
+as the substitution <em>for the entire round of mod_rewrite processing</em>, 
+otherwise the MIME-type set with this flag is lost due to an internal 
+re-processing (including subsequent rounds of mod_rewrite processing).
+The <code>L</code> flag can be useful in this context to end the 
+<em>current</em> round of mod_rewrite processing.</p>
 
 </div></div>
 <div class="bottomlang">
index c124962611e32a90f262f3d4d7c20a64205f6312..b06d303b93a8963c3832d55b0996ba071b740f7c 100644 (file)
@@ -625,8 +625,11 @@ invariably be a less efficient solution than the alternatives.</p>
 
 <p>
 If used in per-directory context, use only <code>-</code> (dash)
-as the substitution, otherwise the MIME-type set with this flag
-is lost due to an internal re-processing.</p>
+as the substitution <em>for the entire round of mod_rewrite processing</em>, 
+otherwise the MIME-type set with this flag is lost due to an internal 
+re-processing (including subsequent rounds of mod_rewrite processing).
+The <code>L</code> flag can be useful in this context to end the 
+<em>current</em> round of mod_rewrite processing.</p>
 
 </section>