summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-07-29 23:41:00 +0200
committerRainer Jung <rjung@apache.org>2011-07-29 23:41:00 +0200
commit73cf5b7f2938d1a6f1c728b93874620d258f367b (patch)
tree519051768ce803b30047ac105374d90661cbca58 /CHANGES
parentmod_proxy: enable absolute URLs to be rewritten with ProxyPassReverse, (diff)
downloadapache2-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 371d18d057..b0bff87595 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]