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

Scott Cantor cantor.2 at osu.edu
Mon Feb 21 16:30:16 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=10c912bfb34cc0de0a5d97f99a249ca0c485dbbe

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

commit 10c912bfb34cc0de0a5d97f99a249ca0c485dbbe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 21 11:30:07 2022 -0500

    Revert "IDP-1901 - Bug with Java 17 due to WarningIntercept"
    
    This reverts commit def4800195a6c282dd818c3af941170243908b94.
---
 .../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 2f8c46237..b5ec18bf2 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="new net.shibboleth.utilities.java.support.collection.ReflectionSafeIterator(WarningConditionMap.entrySet().iterator())" result="flowScope.WarningIterator" />
+        <evaluate expression="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