[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/audit.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 4 19:37:14 EST 2015


Author: scantor
Date: Wed Nov  4 19:37:14 2015
New Revision: 7938

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7938&view=rev
Log:
IDP-850 - Default audit log format is missing trailing pipe

Modified:
    trunk/idp-conf/src/main/resources/conf/audit.xml

Modified: trunk/idp-conf/src/main/resources/conf/audit.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/audit.xml?rev=7938&r1=7937&r2=7938&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/audit.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/audit.xml	Wed Nov  4 19:37:14 2015
@@ -15,7 +15,7 @@
     for compatibility with V2 audit logging.
     -->
     <util:map id="shibboleth.AuditFormattingMap">
-        <entry key="Shibboleth-Audit" value="%T|%b|%I|%SP|%P|%IDP|%bb|%III|%u|%ac|%attr|%n|%i" />
+        <entry key="Shibboleth-Audit" value="%T|%b|%I|%SP|%P|%IDP|%bb|%III|%u|%ac|%attr|%n|%i|" />
     </util:map>
 
     <!-- Allows auditing to be disabled selectively for particular profiles/flows. -->



More information about the commits mailing list