Skip to content

Commit 30a1002

Browse files
committed
Merge r1887192 from trunk:
* modules/proxy/mod_proxy_balancer.c (balancer_display_page): Include nonce in XML output. PR: 63074 Submitted by: Federico Mennite <federico.mennite lifeware.ch> Reviewed by: jorton, rpluem, covener Github: closes #587 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1933634 13f79535-47bb-0310-9956-ffa450edef68
1 parent a0ba5d0 commit 30a1002

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

‎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)