[java-oidfed-common] 01/02: Fix a typo in setting up the transitionOnNoTrustChainsResolved flow scope variable.

Codeberg noreply at shibboleth.net
Fri May 22 15:28:20 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-oidfed-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/0317fa6b64ba24447f4ba1d5a44bd180e3c16038

commit 0317fa6b64ba24447f4ba1d5a44bd180e3c16038
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 22 18:27:36 2026 +0300

    Fix a typo in setting up the transitionOnNoTrustChainsResolved flow scope variable.
---
 .../idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-flow.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-flow.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-flow.xml
index 0776003..19f287a 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-flow.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-flow.xml
@@ -6,7 +6,7 @@
     <decision-state id="ChooseResolutionMethod">
         <on-entry>
             <evaluate expression="flowRequestContext.getFlowScope().get('transitionAfterTrustChainResolution') != null ? flowRequestContext.getFlowScope().get('transitionAfterTrustChainResolution') : 'BuildResponseMessage'" result="flowScope.transitionAfterTrustChainResolution"/>
-            <evaluate expression="flowRequestContext.getFlowScope().get('transitionOnNoTrustChainsResolved') != null ? flowRequestContext.getFlowScope().get('transitionAfterTrustChainResolution') : 'NoTrustChainsResolved'" result="flowScope.transitionOnNoTrustChainsResolved"/>
+            <evaluate expression="flowRequestContext.getFlowScope().get('transitionOnNoTrustChainsResolved') != null ? flowRequestContext.getFlowScope().get('transitionOnNoTrustChainsResolved') : 'NoTrustChainsResolved'" result="flowScope.transitionOnNoTrustChainsResolved"/>
         </on-entry>
         <if test="UseResolverApiCondition.test(opensamlProfileRequestContext)"
             then="CallResolveEntityApi" else="ResolveTrustChains" />

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


More information about the commits mailing list