From 281d67d2408b9eb3351c3ceb66f0337512a8eb7d Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 27 Aug 2010 12:38:23 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/flags.html.en | 5 +++++ docs/manual/rewrite/flags.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 3ee222b2b5..da77ee9c59 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 4440f5013d..d9bb1b3a23 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.

-- 2.50.1