[java-identity-provider] branch master updated: IDP-1594 - AACLI fails if destination URL is audited

Scott Cantor cantor.2 at osu.edu
Tue Apr 21 10:45:15 EDT 2020


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=b1cea8a0f05344a1e729b9baceb125516b149890

The following commit(s) were added to refs/heads/master by this push:
       new  b1cea8a   IDP-1594 - AACLI fails if destination URL is audited
b1cea8a is described below

commit b1cea8a0f05344a1e729b9baceb125516b149890
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 21 10:45:11 2020 -0400

    IDP-1594 - AACLI fails if destination URL is audited
    
    https://issues.shibboleth.net/jira/browse/IDP-1594
---
 idp-conf/src/main/resources/system/conf/audit-system.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 4e66401..ac2715c 100644
--- a/idp-conf/src/main/resources/system/conf/audit-system.xml
+++ b/idp-conf/src/main/resources/system/conf/audit-system.xml
@@ -816,7 +816,7 @@
                     <bean parent="shibboleth.Functions.Compose">
                         <constructor-arg name="g">
                             <bean class="net.shibboleth.ext.spring.util.SpringExpressionFunction"
-                                p:inputType="org.opensaml.messaging.context.MessageContext" p:outputType="java.net.URI"
+                                p:inputType="org.opensaml.messaging.context.MessageContext" p:outputType="java.net.URI" p:hideExceptions="true"
                                 c:_0="#input != null ? T(org.opensaml.saml.common.binding.SAMLBindingSupport).getEndpointURL(#input) : null" />
                         </constructor-arg>
                         <constructor-arg name="f" ref="shibboleth.MessageContextLookup.Outbound"/>

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


More information about the commits mailing list