]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/http2/mod_proxy_http2.c: Fix missing APLOGNO.
authorJoe Orton <jorton@apache.org>
Mon, 6 Mar 2023 09:24:44 +0000 (09:24 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 6 Mar 2023 09:24:44 +0000 (09:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908116 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http2/mod_proxy_http2.c

index 6325971b95a25dc0e0653f67fd3f9ef6025afb5b..efba5f21902f84c7679d81899dba6774910ea764 100644 (file)
@@ -1 +1 @@
-10412
+10413
index b316aa885ab359272793a1359911150acccd1a9a..719c2119f93f2e8eb056763c84d5127be7c245a0 100644 (file)
@@ -167,7 +167,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;