From: Eric Covener Date: Fri, 27 Aug 2010 12:38:23 +0000 (+0000) Subject: note a limitation on some kinds of flags in per-dir rewrite (since the current request X-Git-Tag: 2.3.9~527 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281d67d2408b9eb3351c3ceb66f0337512a8eb7d;p=thirdparty%2Fapache%2Fhttpd.git note a limitation on some kinds of flags in per-dir rewrite (since the current request 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 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 3ee222b2b5e..da77ee9c591 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -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.

+

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. +

+

Presented here are each of the available flags, along with an example of how you might use them.

top
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 4440f5013dc..d9bb1b3a234 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -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.

+

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. +

+

Presented here are each of the available flags, along with an example of how you might use them.