[java-identity-provider] branch maint-4 updated: IDP-2027 - Flow exception handling is breaking under Eclipse
Scott Cantor
cantor.2 at osu.edu
Wed Dec 7 13:48:10 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a6f064b53666c4122fef2468b81dab6dd4c11ac2
The following commit(s) were added to refs/heads/maint-4 by this push:
new a6f064b53 IDP-2027 - Flow exception handling is breaking under Eclipse
a6f064b53 is described below
commit a6f064b53666c4122fef2468b81dab6dd4c11ac2
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 ac829fd2a..c97f4ca21 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