[cpp-sp] branch main updated: SSPCPP-948 - mod_shib warning about Apache 1.3 in log
Scott Cantor
cantor.2 at osu.edu
Tue Nov 30 17:38:31 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=7b5c7aced15c0be5404bcba0bcec4c586323fba9
The following commit(s) were added to refs/heads/main by this push:
new 7b5c7ace SSPCPP-948 - mod_shib warning about Apache 1.3 in log
7b5c7ace is described below
commit 7b5c7aced15c0be5404bcba0bcec4c586323fba9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 30 12:38:09 2021 -0500
SSPCPP-948 - mod_shib warning about Apache 1.3 in log
https://shibboleth.atlassian.net/browse/SSPCPP-948
---
apache/mod_shib.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache/mod_shib.cpp b/apache/mod_shib.cpp
index 6b1dc676..1a1f2543 100644
--- a/apache/mod_shib.cpp
+++ b/apache/mod_shib.cpp
@@ -1983,10 +1983,10 @@ extern "C" void shib_child_init(apr_pool_t* p, server_rec* s)
// Initialize runtime components.
ap_log_error(APLOG_MARK, APLOG_INFO|APLOG_NOERRNO, SH_AP_R(s), "child_init: mod_shib initializing in pid (%d)", (int)getpid());
- ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_NOERRNO, SH_AP_R(s), "DEPRECATED: Apache 1.3 module, please upgrade to Apache 2.4+");
// 2.x versions have already initialized the libraries.
#ifdef SHIB_APACHE_13
+ ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_NOERRNO, SH_AP_R(s), "DEPRECATED: Apache 1.3 module, please upgrade to Apache 2.4+");
if (g_Config) {
ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, SH_AP_R(s), "child_init: mod_shib already initialized, exiting");
exit(1);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list