-*- coding: utf-8 -*-
Changes with Apache 2.2.7
+ *) mod_proxy: escape error-notes correctly
+ PR 40952 [Thijs Kinkhorst <thijs debian.org>]
+
*) mod_proxy: check ProxyBlock for all blocked addresses
PR 36987 [Timo Viipuri <timo.viipuri f-secure.com>]
http://svn.apache.org/viewvc?view=rev&revision=574100
+1: niq, rpluem, jim
- * mod_proxy: escape error-notes correctly
- PR 40952
- http://svn.apache.org/viewvc?view=rev&revision=573939
- +1: niq, rpluem, jim
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* mpm_winnt: Eliminate wait_for_many_objects. Allows the clean
apr_table_setn(r->notes, "error-notes",
apr_pstrcat(r->pool,
"The proxy server could not handle the request "
- "<em><a href=\"", ap_escape_uri(r->pool, r->uri),
+ "<em><a href=\"", ap_escape_html(r->pool, r->uri),
"\">", ap_escape_html(r->pool, r->method),
" ",
ap_escape_html(r->pool, r->uri), "</a></em>.<p>\n"