Skip to content

Commit 35671ac

Browse files
committed
* modules/proxy/mod_proxy_balancer.c (balancer_display_page):
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 (cherry picked from commit 2d78b26)
1 parent 197a695 commit 35671ac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changes-entries/pr63074.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*) mod_proxy_balancer: Include nonce in XML output. PR 63074.
2+
Federico Mennite <federico.mennite lifeware.ch>

modules/proxy/mod_proxy_balancer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,7 @@ static void balancer_display_page(request_rec *r, proxy_server_conf *conf,
14561456
ap_rputs(" <httpd:balancer>\n", r);
14571457
/* Start proxy_balancer */
14581458
ap_rvputs(r, " <httpd:name>", balancer->s->name, "</httpd:name>\n", NULL);
1459+
ap_rvputs(r, " <httpd:nonce>", balancer->s->nonce, "</httpd:nonce>\n", NULL);
14591460
if (*balancer->s->sticky) {
14601461
ap_rvputs(r, " <httpd:stickysession>", ap_escape_html(r->pool, balancer->s->sticky),
14611462
"</httpd:stickysession>\n", NULL);

0 commit comments

Comments
 (0)