[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Thu Sep 17 12:50:24 EDT 2015
Author: rdw
Date: Thu Sep 17 12:50:23 2015
New Revision: 7759
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7759&view=rev
Log:
IDP-819
https://issues.shibboleth.net/jira/browse/IDP-819
the use of anyURI as a type means that property replacement won't work.
Modified:
trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd?rev=7759&r1=7758&r2=7759&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd Thu Sep 17 12:50:23 2015
@@ -143,7 +143,7 @@
</documentation>
</annotation>
</attribute>
- <attribute name="metadataURL" type="anyURI" use="required">
+ <attribute name="metadataURL" type="string" use="required">
<annotation>
<documentation>The URL from which to retrieve the metadata.</documentation>
</annotation>
More information about the commits
mailing list