[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 13 19:52:24 EDT 2015
Author: tzeller
Date: Fri Mar 13 19:52:23 2015
New Revision: 7413
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7413&view=rev
Log:
Fix syntax of disabled attribute release match expression.
Modified:
trunk/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
Modified: trunk/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml?rev=7413&r1=7412&r2=7413&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml Fri Mar 13 19:52:23 2015
@@ -62,7 +62,7 @@
<!--
<bean id="shibboleth.consent.attribute-release.MatchExpression" class="java.util.regex.Pattern" factory-method="compile"
- c:regex="^exampleAttribute.*$" />
+ c:_0="^exampleAttribute.*$" />
-->
<!--
More information about the commits
mailing list