[java-plugin-shibd] branch main updated: Remove agent-internal operation field from auditing.
Codeberg
noreply at shibboleth.net
Wed Jul 1 14:32:40 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/057e94de334393de5d0c9d1811dba38b07344245
The following commit(s) were added to refs/heads/main by this push:
new 057e94d Remove agent-internal operation field from auditing.
057e94d is described below
commit 057e94de334393de5d0c9d1811dba38b07344245
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jul 1 10:32:31 2026 -0400
Remove agent-internal operation field from auditing.
---
.../main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 9 +--------
.../src/main/java/net/shibboleth/sp/profile/SPAuditFields.java | 3 ---
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/sp-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 994e4f0..8c0d3b9 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -75,7 +75,7 @@
<!-- Audit beans. -->
<util:map id="shibboleth.sp.DefaultAuditFormattingMap">
- <entry key="Shibboleth-Audit.SP" value="%AGENT|%APP|%TX|%OP|%a|%ST|%T|%IDP|%SP|%i|%ac|%t|%attr|%n|%f|%X|%XA|%b|%bb|%e|%S|%SS|%UA" />
+ <entry key="Shibboleth-Audit.SP" value="%AGENT|%APP|%TX|%a|%ST|%T|%IDP|%SP|%i|%ac|%t|%attr|%n|%f|%X|%XA|%b|%bb|%e|%S|%SS|%UA" />
</util:map>
<bean id="shibboleth.sp.AbstractPopulateAuditContext" abstract="true"
@@ -133,13 +133,6 @@
</property>
</bean>
</entry>
- <entry>
- <key>
- <util:constant static-field="net.shibboleth.sp.profile.SPAuditFields.OPERATION"/>
- </key>
- <!-- No field name pulls name of structure -> operation. -->
- <bean class="net.shibboleth.sp.audit.impl.AgentInputAuditExtractor" />
- </entry>
</map>
</property>
</bean>
diff --git a/sp-server-api/src/main/java/net/shibboleth/sp/profile/SPAuditFields.java b/sp-server-api/src/main/java/net/shibboleth/sp/profile/SPAuditFields.java
index 28bf80d..3039edc 100644
--- a/sp-server-api/src/main/java/net/shibboleth/sp/profile/SPAuditFields.java
+++ b/sp-server-api/src/main/java/net/shibboleth/sp/profile/SPAuditFields.java
@@ -36,8 +36,5 @@ public final class SPAuditFields {
/** Transaction ID field. */
@Nonnull @NotEmpty public static final String TX_ID = "TX";
-
- /** Operation field. */
- @Nonnull @NotEmpty public static final String OPERATION = "OP";
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list