[java-identity-provider] 05/06: IDP-1423 Strip out the no longer used "urn:mace:shibboleth:2.0:resource" namespace
Rod Widdowson
rdw at steadingsoftware.com
Tue Feb 26 09:45:13 EST 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bbb48ae1a558d1abe815865301244983d784691c
commit bbb48ae1a558d1abe815865301244983d784691c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Feb 26 14:06:22 2019 +0000
IDP-1423 Strip out the no longer used "urn:mace:shibboleth:2.0:resource" namespace
https://issues.shibboleth.net/jira/browse/IDP-1423
---
idp-conf/src/main/resources/conf/metadata-providers.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/metadata-providers.xml b/idp-conf/src/main/resources/conf/metadata-providers.xml
index d723005..d07c5bb 100644
--- a/idp-conf/src/main/resources/conf/metadata-providers.xml
+++ b/idp-conf/src/main/resources/conf/metadata-providers.xml
@@ -2,12 +2,10 @@
<!-- This file is an EXAMPLE metadata configuration file. -->
<MetadataProvider id="ShibbolethMetadata" xsi:type="ChainingMetadataProvider"
xmlns="urn:mace:shibboleth:2.0:metadata"
- xmlns:resource="urn:mace:shibboleth:2.0:resource"
xmlns:security="urn:mace:shibboleth:2.0:security"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:mace:shibboleth:2.0:metadata http://shibboleth.net/schema/idp/shibboleth-metadata.xsd
- urn:mace:shibboleth:2.0:resource http://shibboleth.net/schema/idp/shibboleth-resource.xsd
urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd
urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list