[java-identity-provider] branch main updated: IDP-1901 - Bug with Java 17 due to WarningIntercept

Scott Cantor cantor.2 at osu.edu
Tue Feb 1 18:53:51 UTC 2022


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=def4800195a6c282dd818c3af941170243908b94

The following commit(s) were added to refs/heads/main by this push:
     new def480019 IDP-1901 - Bug with Java 17 due to WarningIntercept
def480019 is described below

commit def4800195a6c282dd818c3af941170243908b94
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 1 13:53:47 2022 -0500

    IDP-1901 - Bug with Java 17 due to WarningIntercept
    
    https://shibboleth.atlassian.net/browse/IDP-1901
---
 .../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 b5ec18bf2..2f8c46237 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.utilities.java.support.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