[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicD...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 31 21:37:30 EDT 2014
Author: putmanb
Date: Fri Oct 31 21:37:30 2014
New Revision: 4124
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4124&view=rev
Log:
Fix case typo.
Modified:
trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java
Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java?rev=4124&r1=4123&r2=4124&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java (original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java Fri Oct 31 21:37:30 2014
@@ -40,7 +40,7 @@
* Names are extracted as follows from these signed metadata element types:
* <ul>
* <li><code>EntityDescriptor</code>: the <code>entityID</code> attribute</li>
- * <li><code>EntitiesDescriptor</code>: the <code>name</code> attribute</li>
+ * <li><code>EntitiesDescriptor</code>: the <code>Name</code> attribute</li>
* <li><code>RoleDescriptor</code>: the <code>entityID</code> attribute of the parent
* <code>EntityDescriptor</code></li>
* <li><code>RoleDescriptor</code>: 1) the <code>affiliationOwnerID</code> attribute and
More information about the commits
mailing list