Skip to content

Commit d5b2934

Browse files
committed
* modules/proxy/mod_proxy_balancer.c (balancer_handler): Restore
logging in XSS protection failure path to match 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930712 13f79535-47bb-0310-9956-ffa450edef68
1 parent b6f3d78 commit d5b2934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/proxy/mod_proxy_balancer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ static int balancer_handler(request_rec *r)
19601960
if (apr_table_elts(params)
19611961
&& (!ref || !safe_referer(r, ref))) {
19621962
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10187)
1963-
"ignoring params in balancer-manager cross-site access");
1963+
"ignoring params in balancer-manager cross-site access %s: %s", ref, ap_get_server_name(r));
19641964
apr_table_clear(params);
19651965
}
19661966

0 commit comments

Comments
 (0)