[java-identity-provider] branch main updated: IDP-2027 - Flow exception handling is breaking under Eclipse
Scott Cantor
cantor.2 at osu.edu
Wed Dec 7 13:49:12 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=28a75c8b96fce18e31b13dc81276ab0877a3c654
The following commit(s) were added to refs/heads/main by this push:
new 28a75c8b9 IDP-2027 - Flow exception handling is breaking under Eclipse
28a75c8b9 is described below
commit 28a75c8b96fce18e31b13dc81276ab0877a3c654
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 7 08:48:04 2022 -0500
IDP-2027 - Flow exception handling is breaking under Eclipse
https://shibboleth.atlassian.net/browse/IDP-2027
Missed an exception logger in Duo flow.
---
.../main/resources/net/shibboleth/idp/flows/authn/duo-authn-flow.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-flow.xml
index 5d82a6fdc..261eb964c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-flow.xml
@@ -57,7 +57,7 @@
<action-state id="LogDuoException">
<on-entry>
- <evaluate expression="T(org.slf4j.LoggerFactory).getLogger('net.shibboleth.idp.authn.duo').error('DuoWebException', flowExecutionException.getCause())" />
+ <evaluate expression="LogRuntimeException.log('net.shibboleth.idp.authn.duo', flowExecutionException)" />
</on-entry>
<evaluate expression="'AuthenticationException'" />
</action-state>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list