]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR64172: drop severity of AH01666
authorEric Covener <covener@apache.org>
Sun, 23 Feb 2020 13:29:52 +0000 (13:29 +0000)
committerEric Covener <covener@apache.org>
Sun, 23 Feb 2020 13:29:52 +0000 (13:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874424 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/aaa/mod_authz_groupfile.c

diff --git a/CHANGES b/CHANGES
index df84a145c182ac0f6b9e9a8ce0f5cb04477de463..d5d0b5eb16cba3087e873785040a53154fe80e83 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info".
+     PR64172.
 
   *) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure 
      to allow customization of the usertrack cookie. PR64077.
index 76957f71afa076ba3ec34f1fc5e8e374c4799246..88c6cf0f3e4c33755361d259477c6c1d96adf620 100644 (file)
@@ -172,7 +172,7 @@ static authz_status group_check_authorization(request_rec *r,
 
     if (apr_is_empty_table(grpstatus)) {
         /* no groups available, so exit immediately */
-        ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01666)
+        ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(01666)
                       "Authorization of user %s to access %s failed, reason: "
                       "user doesn't appear in group file (%s).",
                       r->user, r->uri, conf->groupfile);