[cpp-sp] branch maint-3 updated: Tweak deprecation message.

Codeberg noreply at shibboleth.net
Thu Aug 13 18:19:11 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch maint-3
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/4355992ba665882c2b0ece596138a0052eb3d979

The following commit(s) were added to refs/heads/maint-3 by this push:
     new 4355992b Tweak deprecation message.
4355992b is described below

commit 4355992ba665882c2b0ece596138a0052eb3d979
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 13 14:19:01 2026 -0400

    Tweak deprecation message.
---
 nsapi_shib/nsapi_shib.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nsapi_shib/nsapi_shib.cpp b/nsapi_shib/nsapi_shib.cpp
index 570dfbf2..22a80d31 100644
--- a/nsapi_shib/nsapi_shib.cpp
+++ b/nsapi_shib/nsapi_shib.cpp
@@ -144,7 +144,7 @@ extern "C" NSAPI_PUBLIC int nsapi_shib_init(pblock* pb, ::Session* sn, Request*
     const char* prefix=pblock_findval("shib-prefix",pb);
 
     g_Config=&SPConfig::getConfig();
-    g_Config->deprecation().warn("NSAPI filter");
+    g_Config->deprecation().warn("NSAPI filter is removed in next major version");
     g_Config->setFeatures(
         SPConfig::Listener |
         SPConfig::Caching |

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list