diff options
author | Ruediger Pluem <rpluem@apache.org> | 2014-05-16 20:54:19 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2014-05-16 20:54:19 +0200 |
commit | f17e7e5e1094c44848f3f37a8cf4517985f4f7f1 (patch) | |
tree | a04560ac8afbfbbf44b9c304ba5d5f49dc60a948 /CHANGES | |
parent | Ensure that min/max valid timestamps (milliseconds since the epoch) (diff) | |
download | apache2-f17e7e5e1094c44848f3f37a8cf4517985f4f7f1.tar.xz apache2-f17e7e5e1094c44848f3f37a8cf4517985f4f7f1.zip |
* Correctly escape user provided data.
PR: 56532
Submitted by: Maksymilian <max cert.cx>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1595305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,18 +1,21 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - + + *) mod_proxy_balancer: Correctly encode user provided data in management + interface. PR 56532 [Maksymilian, <max cert.cx>] + *) mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:" scheme. PR55320. [Alex Liu <alex.leo.ca gmail.com>] - + *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection to resume. PR56333 [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>] - + *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener] *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous processing mode. [Eric Covener] - + *) mod_proxy_fcgi: Fix occasional high CPU when handling request bodies. [Jeff Trawick] |