[java-plugin-shibd-saml] branch main updated: Missed renaming of audit extractor.

Codeberg noreply at shibboleth.net
Tue Jun 30 15:58:06 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-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/a8da0430a6ce230836e262b6acbf60660e9ef311

The following commit(s) were added to refs/heads/main by this push:
     new a8da043  Missed renaming of audit extractor.
a8da043 is described below

commit a8da0430a6ce230836e262b6acbf60660e9ef311
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jun 30 11:57:55 2026 -0400

    Missed renaming of audit extractor.
---
 .../net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-beans.xml | 4 ++--
 .../net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-flow.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-beans.xml
index 65afedd..99451ec 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-beans.xml
@@ -209,7 +209,7 @@
     <bean id="AddLogoutResponse"
         class="net.shibboleth.sp.saml.saml2.profile.impl.AddLogoutResponse" scope="prototype" />
     
-    <bean id="OutboundLogoutResponsePopulateAuditContext" parent="shibboleth.sp.AbstractPopulateAuditContext"
-        p:fieldExtractors="#{getObject('shibboleth.sp.saml.OutboundLogoutResponseAuditExtractors') ?: getObject('shibboleth.sp.saml.DefaultOutboundLogoutResponseAuditExtractors')}" />    
+    <bean id="OutboundResponsePopulateAuditContext" parent="shibboleth.sp.AbstractPopulateAuditContext"
+        p:fieldExtractors="#{getObject('shibboleth.sp.saml.OutboundResponseAuditExtractors') ?: getObject('shibboleth.sp.saml.DefaultOutboundResponseAuditExtractors')}" />    
     
 </beans>
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-flow.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-flow.xml
index cab2e33..47a73e8 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-flow.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/logout/consumer/saml2/saml2-flow.xml
@@ -90,7 +90,7 @@
         <evaluate expression="CreateServletResponse" />
         <evaluate expression="AddLogoutResponse" />
         <evaluate expression="HandleOutboundMessage" />
-        <evaluate expression="OutboundLogoutResponsePopulateAuditContext" />
+        <evaluate expression="OutboundResponsePopulateAuditContext" />
         <evaluate expression="EncodeMessage" />
         <evaluate expression="'proceed'" />
         

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


More information about the commits mailing list