[java-identity-provider] branch master updated: IDP-1322 Remove sec: namespace from the attribute resolver full example

Rod Widdowson rdw at steadingsoftware.com
Wed Aug 22 06:06:20 EDT 2018


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=8b8c02ff1aa5897e1b2115a8a828c20ec6d7e2ea

The following commit(s) were added to refs/heads/master by this push:
       new  8b8c02f   IDP-1322 Remove sec: namespace from the attribute resolver full example
8b8c02f is described below

commit 8b8c02ff1aa5897e1b2115a8a828c20ec6d7e2ea
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Aug 22 11:05:35 2018 +0100

    IDP-1322 Remove sec: namespace from the attribute resolver full example
    
    https://issues.shibboleth.net/jira/browse/IDP-1322
---
 idp-conf/src/main/resources/conf/attribute-resolver-full.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
index 60a8a63..3068894 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
@@ -15,10 +15,8 @@
 -->
 <AttributeResolver
         xmlns="urn:mace:shibboleth:2.0:resolver"
-        xmlns:sec="urn:mace:shibboleth:2.0:security"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
-                            urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd">
+        xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd">
 
     <!-- ========================================== -->
     <!--      Attribute Definitions                 -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list