]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/proxy/mod_proxy_balancer.c (balancer_display_page):
authorJoe Orton <jorton@apache.org>
Fri, 5 Mar 2021 08:35:06 +0000 (08:35 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 5 Mar 2021 08:35:06 +0000 (08:35 +0000)
  Include nonce in XML output.

PR: 63074
Submitted by: Federico Mennite <federico.mennite lifeware.ch>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887192 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/pr63074.txt [new file with mode: 0644]
modules/proxy/mod_proxy_balancer.c

diff --git a/changes-entries/pr63074.txt b/changes-entries/pr63074.txt
new file mode 100644 (file)
index 0000000..c4ed22c
--- /dev/null
@@ -0,0 +1,2 @@
+  *) mod_proxy_balancer: Include nonce in XML output.  PR 63074.
+     Federico Mennite <federico.mennite lifeware.ch>
index 66c92b7c2abde15f84c6f12769f841645f5e785d..fb27320cb66983c43b6f5edbbe6b6a12971ef781 100644 (file)
@@ -1438,6 +1438,7 @@ static void balancer_display_page(request_rec *r, proxy_server_conf *conf,
             ap_rputs("    <httpd:balancer>\n", r);
             /* Start proxy_balancer */
             ap_rvputs(r, "      <httpd:name>", balancer->s->name, "</httpd:name>\n", NULL);
+            ap_rvputs(r, "      <httpd:nonce>", balancer->s->nonce, "</httpd:nonce>\n", NULL);
             if (*balancer->s->sticky) {
                 ap_rvputs(r, "      <httpd:stickysession>", ap_escape_html(r->pool, balancer->s->sticky),
                           "</httpd:stickysession>\n", NULL);