PR64172: drop severity of AH01666
Submitted by: covener
Reviewed by: covener, ylavic, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1874907 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.4.42
+ *) 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.
[Prashant Keshvani <prashant2400 gmail.com>, Eric Covener]
2.4.x patch: svn merge -c 1874323 ^/httpd/httpd/trunk .
+1: ylavic, gsmith, rpluem
- *) authz_groupfile: drop severity of AH0166 (user not found in groupfile)
- from ERR to INFO.
- trunk patch: http://svn.apache.org/r1874424
- 2.4.x patch: svn merge -c 1874424 ^/httpd/httpd/trunk .
- +:1 covener, ylavic, jim
-
*) mod_proxy_hcheck: Allow %{Content-Type} to work in expressions
trunk patch: http://svn.apache.org/r1874616
2.4.x patch: svn merge -c 1874616 ^/httpd/httpd/trunk .
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);