]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/mappers/mod_rewrite.c: Fill in logno.
authorJoe Orton <jorton@apache.org>
Tue, 25 Jun 2024 15:53:33 +0000 (15:53 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 25 Jun 2024 15:53:33 +0000 (15:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918604 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/mappers/mod_rewrite.c

index 888982f1f35f616c1b1fb7ede60451454390efdf..11cc50667a8426205b836855c328f12a21e1931b 100644 (file)
@@ -1 +1 @@
-10508
+10509
index edacdce7aa260047ef99653316308d200014f074..09a242e286320dc60abc0ae77f49e646aecdc9c0 100644 (file)
@@ -4366,7 +4366,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;