[java-plugin-shibd-saml] branch main updated: Fix property expression mistype.

Codeberg noreply at shibboleth.net
Mon Mar 9 20:19:18 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/691dfd9d6d228c44ee7de0db93eb91d636a4626b

The following commit(s) were added to refs/heads/main by this push:
     new 691dfd9  Fix property expression mistype.
691dfd9 is described below

commit 691dfd9d6d228c44ee7de0db93eb91d636a4626b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 9 16:19:09 2026 -0400

    Fix property expression mistype.
---
 .../resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
index 97cdd73..f3dbfff 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
@@ -62,7 +62,7 @@
         p:securityConfiguration-ref="shibboleth.sp.DefaultXMLSecurityConfiguration"
         p:encryptionOptionalPredicate="%{sp.saml.encryption.optional:true}"
         p:checkAddress="%{sp.saml.checkAddress:true}"
-        p:checkInResponseTo="%{sp.saml.checkInResoonseTo:true}"
+        p:checkInResponseTo="%{sp.saml.checkInResponseTo:true}"
         p:allowUnsolicited="%{sp.saml.allowUnsolicited:true}"
         p:extractStandardAttributes="%{sp.saml.extractStandardAttributes:false}" />
 

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


More information about the commits mailing list