1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

and allow the xml param

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2012-10-01 14:14:56 +00:00
parent aaaca4d1db
commit 1c493b3ca5

View File

@@ -990,7 +990,7 @@ static int balancer_handler(request_rec *r)
}
if (r->args && (r->method_number == M_GET)) {
const char *allowed[] = { "w", "b", "nonce", NULL };
const char *allowed[] = { "w", "b", "nonce", "xml", NULL };
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01191) "parsing r->args");
push2table(r->args, params, allowed, r->pool);