[java-identity-provider] branch main updated: IDP-2389 - Typo in shibboleth.Conditions.PrincipalInnResult bean name

Scott Cantor cantor.2 at osu.edu
Mon Jul 14 14:53:23 UTC 2025


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fe96e2c130b9890b8c6310d823d3a9b7ad3c4672

The following commit(s) were added to refs/heads/main by this push:
     new fe96e2c13 IDP-2389 - Typo in shibboleth.Conditions.PrincipalInnResult bean name
fe96e2c13 is described below

commit fe96e2c130b9890b8c6310d823d3a9b7ad3c4672
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 14 10:53:20 2025 -0400

    IDP-2389 - Typo in shibboleth.Conditions.PrincipalInnResult bean name
    
    https://shibboleth.atlassian.net/browse/IDP-2389
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml
index 77c4a2584..45d06cfec 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml
@@ -70,7 +70,7 @@
     <!-- Active authentication result conditions. -->
     <bean id="shibboleth.Conditions.AuthenticationResult"
         class="net.shibboleth.idp.authn.context.logic.AuthenticationResultPredicate" abstract="true" />
-    <bean id="shibboleth.Conditions.PrincipalInnResult"
+    <bean id="shibboleth.Conditions.PrincipalInResult"
         class="net.shibboleth.idp.authn.context.logic.PrincipalInResultPredicate" abstract="true" />
     
     <!-- IdPAttribute conditions. -->

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


More information about the commits mailing list