[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 30 22:06:37 EDT 2015
Author: tzeller
Date: Tue Jun 30 22:06:37 2015
New Revision: 7613
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7613&view=rev
Log:
IDP-624 - TODO to fix user-space reference to non-API class.
https://issues.shibboleth.net/jira/browse/IDP-624
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=7613&r1=7612&r2=7613&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 Tue Jun 30 22:06:37 2015
@@ -72,7 +72,8 @@
-->
<alias alias="shibboleth.consent.attribute-release.AttributeIDComparator"
name="shibboleth.consent.attribute-release.DefaultAttributeIDComparator" />
-
+
+ <!-- TODO IDP-624 Fix this user-space dependency on a non-API class. -->
<bean id="shibboleth.consent.attribute-release.DefaultAttributeIDComparator"
class="net.shibboleth.idp.consent.logic.PreferExplicitOrderComparator"
c:order-ref="shibboleth.consent.attribute-release.WhitelistedAttributeIDs" />
More information about the commits
mailing list