[java-identity-provider] branch master updated: Add property to shorten audited binding URIs.

Scott Cantor cantor.2 at osu.edu
Wed Sep 26 13:46:04 EDT 2018


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3fff7bc3818066efa9a46d8d167d3bbce7d30239

The following commit(s) were added to refs/heads/master by this push:
       new  3fff7bc   Add property to shorten audited binding URIs.
3fff7bc is described below

commit 3fff7bc3818066efa9a46d8d167d3bbce7d30239
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 26 13:46:00 2018 -0400

    Add property to shorten audited binding URIs.
---
 idp-conf/src/main/resources/system/conf/audit-system.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/idp-conf/src/main/resources/system/conf/audit-system.xml b/idp-conf/src/main/resources/system/conf/audit-system.xml
index 00bf7c5..7eb009a 100644
--- a/idp-conf/src/main/resources/system/conf/audit-system.xml
+++ b/idp-conf/src/main/resources/system/conf/audit-system.xml
@@ -78,7 +78,8 @@
                     </key>
                     <bean class="com.google.common.base.Functions" factory-method="compose">
                         <constructor-arg name="g">
-                            <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction" />
+                            <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction"
+                                p:useShortName="%{idp.audit.shortenBindings:false}" />
                         </constructor-arg>
                         <constructor-arg name="f">
                             <bean class="com.google.common.base.Functions" factory-method="compose"
@@ -404,7 +405,8 @@
                     </key>
                     <bean class="com.google.common.base.Functions" factory-method="compose">
                         <constructor-arg name="g">
-                            <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction" />
+                            <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction"
+                                p:useShortName="%{idp.audit.shortenBindings:false}" />
                         </constructor-arg>
                         <constructor-arg name="f">
                             <bean class="com.google.common.base.Functions" factory-method="compose"

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


More information about the commits mailing list