[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/resources/schema/shibboleth-metadata-1.0.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Mon Feb 23 16:45:39 EST 2015
Author: putmanb
Date: Mon Feb 23 16:45:39 2015
New Revision: 7370
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7370&view=rev
Log:
IDP-613: Change signature schema import to be a http URL, instead of the classpath: one as copied over from v2.
Partly an experiment to let Jenkins build the whole stack and see what happens in tests.
Modified:
trunk/idp-saml-api/src/main/resources/schema/shibboleth-metadata-1.0.xsd
Modified: trunk/idp-saml-api/src/main/resources/schema/shibboleth-metadata-1.0.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/resources/schema/shibboleth-metadata-1.0.xsd?rev=7370&r1=7369&r2=7370&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/resources/schema/shibboleth-metadata-1.0.xsd (original)
+++ trunk/idp-saml-api/src/main/resources/schema/shibboleth-metadata-1.0.xsd Mon Feb 23 16:45:39 2015
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="urn:mace:shibboleth:metadata:1.0" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="1.0">
- <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="classpath:/schema/xmldsig-core-schema.xsd"/>
+ <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd"/>
<element name="Scope">
<annotation>
More information about the commits
mailing list