[java-plugin-shibd] 01/02: Update exception logging category.

Codeberg noreply at shibboleth.net
Thu May 21 14:32:01 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/8bded1137d5e1474efc56951fe771a7f84705749

commit 8bded1137d5e1474efc56951fe771a7f84705749
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu May 21 10:29:34 2026 -0400

    Update exception logging category.
---
 .../META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml     | 2 +-
 .../META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml   | 2 +-
 .../net/shibboleth/idp/flows/sp/logout/initiator/initiator-flow.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml
index 63e0916..a334d1c 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml
@@ -26,7 +26,7 @@
 
     <action-state id="LogRuntimeException">
         <on-entry>
-            <evaluate expression="LogRuntimeException.log('net.shibboleth.sp.profile.consumer', flowExecutionException)" />
+            <evaluate expression="LogRuntimeException.log('net.shibboleth.sp.profile.token.consumer', flowExecutionException)" />
         </on-entry>
         <evaluate expression="'RuntimeException'" />
         
diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml
index 61289f7..6f59546 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml
@@ -21,7 +21,7 @@
 
     <action-state id="LogRuntimeException">
         <on-entry>
-            <evaluate expression="LogRuntimeException.log('net.shibboleth.sp.profile.initiator', flowExecutionException)" />
+            <evaluate expression="LogRuntimeException.log('net.shibboleth.sp.profile.session.initiator', flowExecutionException)" />
         </on-entry>
         <evaluate expression="'RuntimeException'" />
         
diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/initiator/initiator-flow.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/initiator/initiator-flow.xml
index 93b3882..a1bb335 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/initiator/initiator-flow.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/initiator/initiator-flow.xml
@@ -21,7 +21,7 @@
 
     <action-state id="LogRuntimeException">
         <on-entry>
-            <evaluate expression="LogRuntimeException.log('net.shibboleth.sp.profile.logoug.initiator', flowExecutionException)" />
+            <evaluate expression="LogRuntimeException.log('net.shibboleth.sp.profile.logout.initiator', flowExecutionException)" />
         </on-entry>
         <evaluate expression="'RuntimeException'" />
         

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list