[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/attribute-filter.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Sep 23 06:54:57 EDT 2015
Author: rdw
Date: Wed Sep 23 06:54:56 2015
New Revision: 7775
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7775&view=rev
Log:
IDP-808 Collapse namespaces
https://issues.shibboleth.net/jira/browse/IDP-808
Remove redundant schema locations.
Modified:
trunk/idp-conf/src/main/resources/conf/attribute-filter.xml
Modified: trunk/idp-conf/src/main/resources/conf/attribute-filter.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/attribute-filter.xml?rev=7775&r1=7774&r2=7775&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/attribute-filter.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/attribute-filter.xml Wed Sep 23 06:54:56 2015
@@ -11,9 +11,7 @@
<AttributeFilterPolicyGroup id="ShibbolethFilterPolicy"
xmlns="urn:mace:shibboleth:2.0:afp"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd
- urn:mace:shibboleth:2.0:afp:mf:basic http://shibboleth.net/schema/idp/shibboleth-afp-mf-basic.xsd
- urn:mace:shibboleth:2.0:afp:mf:saml http://shibboleth.net/schema/idp/shibboleth-afp-mf-saml.xsd">
+ xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd">
<!-- Release some attributes to an SP. -->
<AttributeFilterPolicy id="example1">
More information about the commits
mailing list