]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/proxy/mod_proxy_balancer.c (balancer_handler): Restore
authorJoe Orton <jorton@apache.org>
Thu, 18 Dec 2025 15:52:11 +0000 (15:52 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 18 Dec 2025 15:52:11 +0000 (15:52 +0000)
  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

modules/proxy/mod_proxy_balancer.c

index 4fc2024b90171eeda56ada52da6df1571051e778..bac659614e6ce3734583b2a921ee2023be3ba770 100644 (file)
@@ -1960,7 +1960,7 @@ static int balancer_handler(request_rec *r)
     if (apr_table_elts(params)
         && (!ref || !safe_referer(r, ref))) {
         ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10187)
-                      "ignoring params in balancer-manager cross-site access");
+                      "ignoring params in balancer-manager cross-site access %s: %s", ref, ap_get_server_name(r));                      
         apr_table_clear(params);
     }