diff --git a/CHANGES b/CHANGES index 7c1a1d0f0c..8f41c840e1 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) mod_proxy: escape error-notes correctly + PR 40952 [Thijs Kinkhorst ] + *) mod_proxy: check ProxyBlock for all blocked addresses PR 36987 [Timo Viipuri ] diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 17085ac5c5..a9434b450f 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -494,7 +494,7 @@ PROXY_DECLARE(int) ap_proxyerror(request_rec *r, int statuscode, const char *mes apr_table_setn(r->notes, "error-notes", apr_pstrcat(r->pool, "The proxy server could not handle the request " - "pool, r->uri), + "pool, r->uri), "\">", ap_escape_html(r->pool, r->method), " ", ap_escape_html(r->pool, r->uri), ".

\n"