From: Eric Covener Date: Wed, 12 Apr 2023 11:56:39 +0000 (+0000) Subject: Merge r1909084 from trunk: X-Git-Tag: 2.4.58-rc1-candidate~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bccb6ba2fd8c8271a7a54d4d0f79ef5795c9a12;p=thirdparty%2Fapache%2Fhttpd.git Merge r1909084 from trunk: just request_uri [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909085 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 49cda812b6b..b648555abf8 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -655,8 +655,8 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3" such as "/index.html". This notably excludes the query string which is available as its own variable named QUERY_STRING. The value returned for - both REQUEST_URI and QUERY_STRING - has already been %-decoded, to re-encoded it pass it through + both REQUEST_URI + has already been %-decoded, to re-encode it pass it through the "escape" mapping-function.