]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
and allow the xml param
authorJim Jagielski <jim@apache.org>
Mon, 1 Oct 2012 14:14:56 +0000 (14:14 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 1 Oct 2012 14:14:56 +0000 (14:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392346 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_balancer.c

index 37cc3a8a08948e1f323c4bbd107e565237a54868..dec145e5a3649fbb5c179bdcd1c2c14fc5d9716a 100644 (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);