diff options
author | Rainer Jung <rjung@apache.org> | 2011-07-29 23:41:00 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2011-07-29 23:41:00 +0200 |
commit | 73cf5b7f2938d1a6f1c728b93874620d258f367b (patch) | |
tree | 519051768ce803b30047ac105374d90661cbca58 /CHANGES | |
parent | mod_proxy: enable absolute URLs to be rewritten with ProxyPassReverse, (diff) | |
download | apache2-73cf5b7f2938d1a6f1c728b93874620d258f367b.tar.xz apache2-73cf5b7f2938d1a6f1c728b93874620d258f367b.zip |
mod_proxy_ajp: Respect "reuse" flag in END_REPONSE
packets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes with Apache 2.3.14 + *) mod_proxy_ajp: Respect "reuse" flag in END_REPONSE packets. + [Rainer Jung] + *) mod_proxy: enable absolute URLs to be rewritten with ProxyPassReverse, e.g. to reverse proxy "Location: https://other-internal-server/login" [Nick Kew] |