[java-identity-provider] branch main updated: IDP-2212 - Warning interrupt causing runtime exception at times
Scott Cantor
cantor.2 at osu.edu
Thu Feb 6 18:36:59 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=d889d5123fa701cdca03666fe356b495eaaea198
The following commit(s) were added to refs/heads/main by this push:
new d889d5123 IDP-2212 - Warning interrupt causing runtime exception at times
d889d5123 is described below
commit d889d5123fa701cdca03666fe356b495eaaea198
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 6 13:36:56 2025 -0500
IDP-2212 - Warning interrupt causing runtime exception at times
---
.../main/resources/net/shibboleth/idp/flows/intercept/warning-flow.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/warning-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/warning-flow.xml
index 8d7c4cbea..14588bfea 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/warning-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/intercept/warning-flow.xml
@@ -7,7 +7,7 @@
<input name="calledAsSubflow" type="boolean" required="true" />
<on-start>
- <evaluate expression="WarningConditionMap.entrySet().iterator()" result="flowScope.WarningIterator" />
+ <evaluate expression="new net.shibboleth.shared.collection.ReflectionSafeIterator(WarningConditionMap.entrySet().iterator())" result="flowScope.WarningIterator" />
</on-start>
<decision-state id="CheckIterator">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list