]> granicus.if.org Git - apache/commitdiff
IRC/serverfault question about AH01757
authorEric Covener <covener@apache.org>
Thu, 8 Sep 2016 01:08:49 +0000 (01:08 +0000)
committerEric Covener <covener@apache.org>
Thu, 8 Sep 2016 01:08:49 +0000 (01:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1759731 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cc105772c92856a15167f0aa3121d5a9e9a3754c..9ec963a0bdd3ec8c255e11efe21fc9af58395db1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -249,6 +249,16 @@ PATCHES/ISSUES THAT ARE BEING WORKED
      if APR_XML_X2T_PARSED is defined, and the patch was tested with
      both apr-util v1.6 and apr-util v1.5.
 
+  * mod_auth_digest: Reduce severity from NOTICE to DEBUG this 
+    once-per-restart msg (I guess the concern was that the RNG
+    could block after this message)
+
+      AH01757: generating secret for digest authentication ...
+
+    trunk patch: This was fixed in trunk as a trivial part of http://svn.apache.org/r1492395
+    2.4.x patch: Just change the loglevel to DEBUG.
+    +1 covener
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * core: Add ap_errorlog_provider to make ErrorLog logging modular. This