svn commit: r1935953 - httpd/httpd/trunk/modules/aaa
[email protected] Mon, 06 Jul 2026 12:52:32 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178334235251.454009.10807845210324006867@svn03-he-fi> |
Author: jorton
Date: Mon Jul 6 12:52:32 2026
New Revision: 1935953
Log:
* modules/aaa/mod_auth_digest.c: Fix comments.
GitHub: PR #661
Modified:
httpd/httpd/trunk/modules/aaa/mod_auth_digest.c
Modified: httpd/httpd/trunk/modules/aaa/mod_auth_digest.c
==============================================================================
--- httpd/httpd/trunk/modules/aaa/mod_auth_digest.c Mon Jul 6 12:52:23 2026 (r1935952)
+++ httpd/httpd/trunk/modules/aaa/mod_auth_digest.c Mon Jul 6 12:52:32 2026 (r1935953)
@@ -29,7 +29,7 @@
* Open Issues:
* - qop=auth-int (when streams and trailer support available)
* - nonce-format configurability
- * - Proxy-Authorization-Info header is set by this module, but is
+ * - Proxy-Authentication-Info header is set by this module, but is
* currently ignored by mod_proxy (needs patch to mod_proxy)
* - The source of the secret should be run-time directive (with server
* scope: RSRC_CONF)
@@ -1635,10 +1635,7 @@ static int authenticate_digest_user(requ
return OK;
}
-/*
- * Authorization-Info header code
- */
-
+/* Authentication-Info header code. */
static int add_auth_info(request_rec *r)
{
const digest_config_rec *conf =