diff options
author | Yann Ylavic <ylavic@apache.org> | 2018-05-02 13:32:22 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2018-05-02 13:32:22 +0200 |
commit | e275cc3dc620310aa731b985645c36c787aed677 (patch) | |
tree | 5e69956caa14be8fe0cf553c23a368c928633f16 /CHANGES | |
parent | Follow up to r1822537: replace static variable with pool userdata. (diff) | |
download | apache2-e275cc3dc620310aa731b985645c36c787aed677.tar.xz apache2-e275cc3dc620310aa731b985645c36c787aed677.zip |
mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTMLURLMap.
Proposed by: Ewald Dieterich <ewald mailbox.org>
Reviewed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1830746 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy_html: Fix variable interpolation and memory allocation failure + in ProxyHTMLURLMap. [Ewald Dieterich <ewald mailbox.org>] + *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. [Yann Ylavic] |