From: Eric Covener Date: Tue, 25 Jun 2024 17:31:28 +0000 (+0000) Subject: backport logno from r1918604 X-Git-Tag: 2.4.60-rc3-candidate~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f4a58dfc74726c453c1eee9a20ea54c5681f1f;p=thirdparty%2Fapache%2Fhttpd.git backport logno from r1918604 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918608 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index d80e40c86d0..46ea16c8c64 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -4321,7 +4321,7 @@ static rule_return_type apply_rewrite_rule(rewriterule_entry *p, if (!(p->flags & RULEFLAG_UNSAFE_ALLOW3F) && ap_strcasestr(r->unparsed_uri, "%3f") && ap_strchr_c(newuri, '?')) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10508) "Unsafe URL with %%3f URL rewritten without " "UnsafeAllow3F"); r->status = HTTP_FORBIDDEN;