diff options
author | Yann Ylavic <ylavic@apache.org> | 2024-09-11 17:30:08 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2024-09-11 17:30:08 +0200 |
commit | c9dc4bb61befa4f3772de4aec0b892e728b94145 (patch) | |
tree | 6444e3acec662cd397a7510d6087387ab1ddc954 /changes-entries | |
parent | mod_rewrite: Follow up to r1919325: Simplify QSLAST tracking. (diff) | |
download | apache2-c9dc4bb61befa4f3772de4aec0b892e728b94145.tar.xz apache2-c9dc4bb61befa4f3772de4aec0b892e728b94145.zip |
mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs. PR 69235.
When mod_rewrite sets a "proxy:" URL with [P], it should be canonicalized by
mod_proxy still, notably to handle any "unix:" local socket part.
To avoid double encoding in perdir context, a follow up commit should remove the
ap_escape_uri() done in mod_rewrite since it's now on mod_proxy to canonicalize,
per PR 69260.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/pr69235.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/pr69235.txt b/changes-entries/pr69235.txt new file mode 100644 index 0000000000..bbd37e2b0f --- /dev/null +++ b/changes-entries/pr69235.txt @@ -0,0 +1,2 @@ + *) mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs, + including "unix:" ones. PR 69235. [Yann Ylavic] |