mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
* Move nonce field inside the html form.
PR: 45578 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -897,9 +897,10 @@ static int balancer_handler(request_rec *r)
|
||||
ap_rvputs(r, "value=\"", ap_escape_uri(r->pool, wsel->name), "\">\n", NULL);
|
||||
ap_rvputs(r, "<input type=hidden name=\"b\" ", NULL);
|
||||
ap_rvputs(r, "value=\"", bsel->name + sizeof("balancer://") - 1,
|
||||
"\">\n</form>\n", NULL);
|
||||
"\">\n", NULL);
|
||||
ap_rvputs(r, "<input type=hidden name=\"nonce\" value=\"",
|
||||
balancer_nonce, "\">\n", NULL);
|
||||
ap_rvputs(r, "</form>\n", NULL);
|
||||
ap_rputs("<hr />\n", r);
|
||||
}
|
||||
ap_rputs(ap_psignature("",r), r);
|
||||
|
Reference in New Issue
Block a user