From: Eric Covener Date: Wed, 12 Apr 2023 11:57:05 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.58-rc1-candidate~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4733f8fa09f4e1dada1db34622b0fe6fedccdd;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909086 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 30d74341a3c..5c5aa0b6860 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -364,7 +364,11 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
The path component of the requested URI, such as "/index.html". This notably excludes the query string which is available as its own variable - named QUERY_STRING.
+ named QUERY_STRING. The value returned for + both REQUEST_URI + has already been %-decoded, to re-encode it pass it through + the "escape" mapping-function. +
THE_REQUEST
@@ -1305,7 +1309,8 @@ cannot use $N in the substitution string! B Escape non-alphanumeric characters in backreferences before - applying the transformation. details ... + applying the transformation. For similar escaping of server-variables, see + the "escape" mapping-function.details ... BCTLS diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index 6c0b614e10f..82e9b375f4a 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e8..0be21e86f4d 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index d577f38f8fe..f24c486392d 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -93,6 +93,10 @@ so backreferences are unescaped at the time they are applied. Using the B flag, non-alphanumeric characters in backreferences will be escaped. For example, consider the rule:

+

For similar escaping of server-variables, see + the "escape" mapping-function

+ +
RewriteRule "^search/(.*)$" "/search.php?term=$1"
diff --git a/docs/manual/rewrite/flags.xml.fr b/docs/manual/rewrite/flags.xml.fr index b9a1532a0a6..3d4f813b94c 100644 --- a/docs/manual/rewrite/flags.xml.fr +++ b/docs/manual/rewrite/flags.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/rewrite/flags.xml.meta b/docs/manual/rewrite/flags.xml.meta index 912229af035..e4f3ee6f495 100644 --- a/docs/manual/rewrite/flags.xml.meta +++ b/docs/manual/rewrite/flags.xml.meta @@ -8,6 +8,6 @@ en - fr + fr