]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1908116 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Mon, 6 Mar 2023 10:00:09 +0000 (10:00 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 6 Mar 2023 10:00:09 +0000 (10:00 +0000)
* modules/http2/mod_proxy_http2.c: Fix missing APLOGNO.

Submitted by: jorton
Reviewed by: rpluem

Note: mod_proxy_http2 is CTR on 2.4.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908118 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/mod_proxy_http2.c

index aa299b937a5357fcf145b6cfbe4e21a234ad7657..2a9967e5d57f2f6b653b8e65a63bcdc7467e7b56 100644 (file)
@@ -163,7 +163,7 @@ static int proxy_http2_canon(request_rec *r, char *url)
                  * We have a raw control character or a ' ' in r->args.
                  * Correct encoding was missed.
                  */
-                ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
+                ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10412)
                               "To be forwarded query string contains control "
                               "characters or spaces");
                 return HTTP_FORBIDDEN;