[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/resources/saml1-metadata-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 7 16:38:07 EST 2013
Author: scantor
Date: Thu Mar 7 16:38:07 2013
New Revision: 3260
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3260&view=rev
Log:
Fix unmarshaller registration.
Modified:
trunk/opensaml-saml-impl/src/main/resources/saml1-metadata-config.xml
Modified: trunk/opensaml-saml-impl/src/main/resources/saml1-metadata-config.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/resources/saml1-metadata-config.xml?rev=3260&r1=3259&r2=3260&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/resources/saml1-metadata-config.xml (original)
+++ trunk/opensaml-saml-impl/src/main/resources/saml1-metadata-config.xml Thu Mar 7 16:38:07 2013
@@ -8,7 +8,7 @@
<ObjectProvider qualifiedName="saml1md:SourceID">
<BuilderClass className="org.opensaml.saml.ext.saml1md.impl.SourceIDBuilder"/>
<MarshallingClass className="org.opensaml.core.xml.schema.impl.XSStringMarshaller"/>
- <UnmarshallingClass className="org.opensaml.core.xml.schema.impl.XSStringMarshaller"/>
+ <UnmarshallingClass className="org.opensaml.core.xml.schema.impl.XSStringUnmarshaller"/>
</ObjectProvider>
</ObjectProviders>
More information about the commits
mailing list