]> granicus.if.org Git - apache/commitdiff
note a limitation on some kinds of flags in per-dir rewrite (since the current request
authorEric Covener <covener@apache.org>
Fri, 27 Aug 2010 12:38:23 +0000 (12:38 +0000)
committerEric Covener <covener@apache.org>
Fri, 27 Aug 2010 12:38:23 +0000 (12:38 +0000)
is not long for this world and these fields are not copied on the internal redirect)

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

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

index 3ee222b2b5e95e76058a03abd0ab1c1bc64e9eda..da77ee9c5917851167893cdb46fc9f935f264b25 100644 (file)
@@ -68,6 +68,11 @@ has a long and short form. While it is most common to use
 the short form, it is recommended that you familiarize yourself with the
 long form, so that you remember what each flag is supposed to do.</p>
 
+<p>Flags that alter metadata associated with the request (T=, H=, E=)
+have no affect in per-directory and htaccess context, when a substitution
+(other than '-') is performed during the same round of rewrite processing.
+</p>
+
 <p>Presented here are each of the available flags, along with an example
 of how you might use them.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 4440f5013dc13d5cc7f44293d86e26613a462ad2..d9bb1b3a2349a269081848a4e1b88444fac85737 100644 (file)
@@ -59,6 +59,11 @@ has a long and short form. While it is most common to use
 the short form, it is recommended that you familiarize yourself with the
 long form, so that you remember what each flag is supposed to do.</p>
 
+<p>Flags that alter metadata associated with the request (T=, H=, E=)
+have no affect in per-directory and htaccess context, when a substitution
+(other than '-') is performed during the same round of rewrite processing.
+</p>
+
 <p>Presented here are each of the available flags, along with an example
 of how you might use them.</p>
 </section>