[java-identity-provider COMMIT] /branches/3.1/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 30 21:54:15 EDT 2015
Author: tzeller
Date: Tue Jun 30 21:54:15 2015
New Revision: 7612
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7612&view=rev
Log:
IDP-624 - Reverting r7608
Remove bean definition containing a non-API class.
Modified:
branches/3.1/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
Modified: branches/3.1/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml?rev=7612&r1=7611&r2=7612&view=diff
==============================================================================
--- branches/3.1/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml (original)
+++ branches/3.1/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml Tue Jun 30 21:54:15 2015
@@ -66,18 +66,6 @@
-->
<!--
- The following beans define the comparator used to order attributes displayed to the user
- during attribute release consent. The default comparator prefers ordering attributes in
- the order in which they appear in the whitelist.
- -->
- <alias alias="shibboleth.consent.attribute-release.AttributeIDComparator"
- name="shibboleth.consent.attribute-release.DefaultAttributeIDComparator" />
-
- <bean id="shibboleth.consent.attribute-release.DefaultAttributeIDComparator"
- class="net.shibboleth.idp.consent.logic.PreferExplicitOrderComparator"
- c:order-ref="shibboleth.consent.attribute-release.WhitelistedAttributeIDs" />
-
- <!--
These beans define mappings between audit log categories and formatting strings.
-->
More information about the commits
mailing list