[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolve...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Oct 18 10:37:19 EDT 2014
Author: rdw
Date: Sat Oct 18 10:37:19 2014
New Revision: 6740
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6740&view=rev
Log:
IDP-357 Revert last two. The initial code handles the Immutable case by working backwards from V2... sigh
Modified:
trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
Modified: trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java?rev=6740&r1=6739&r2=6740&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java (original)
+++ trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java Sat Oct 18 10:37:19 2014
@@ -419,7 +419,6 @@
if (!monitor.add(value)) {
log.debug("{} Removing duplicate value {} of attribute {} from resolution result", logPrefix, value,
resolvedAttribute.getId());
- valueIter.remove();
}
}
More information about the commits
mailing list