[java-identity-provider] branch maint-4 updated: Remove stale refs to encoder namespace in test files.

Scott Cantor cantor.2 at osu.edu
Tue Aug 9 14:15:45 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0b8f2a1f6c43ef69d68b6f92ba326658bf2f4b68

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 0b8f2a1f6 Remove stale refs to encoder namespace in test files.
0b8f2a1f6 is described below

commit 0b8f2a1f6c43ef69d68b6f92ba326658bf2f4b68
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 9 10:15:38 2022 -0400

    Remove stale refs to encoder namespace in test files.
---
 .../attribute/resolver/spring/enc/resolver/saml1XmlObjectNoName.xml | 6 +-----
 .../attribute/resolver/spring/enc/resolver/saml2Base64NoName.xml    | 6 +-----
 .../attribute/resolver/spring/enc/resolver/saml2ScopedNoName.xml    | 2 +-
 .../attribute/resolver/spring/enc/resolver/saml2StringNoName.xml    | 2 +-
 .../attribute/resolver/spring/enc/resolver/saml2XmlObjectNoName.xml | 6 +-----
 5 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml1XmlObjectNoName.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml1XmlObjectNoName.xml
index 20f41eec4..e8df11e6f 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml1XmlObjectNoName.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml1XmlObjectNoName.xml
@@ -1,13 +1,9 @@
 <resolver:AttributeEncoder 
-    xsi:type="enc:SAML1XMLObject"
+    xsi:type="SAML1XMLObject"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 	xmlns:enc="urn:mace:shibboleth:2.0:attribute:encoder" 
 	xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
 	xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
-                        urn:mace:shibboleth:2.0:resolver:pc http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-pc.xsd
-                        urn:mace:shibboleth:2.0:resolver:ad http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd
-                        urn:mace:shibboleth:2.0:resolver:dc http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd
-                        urn:mace:shibboleth:2.0:attribute:encoder http://shibboleth.net/schema/idp/shibboleth-attribute-encoder.xsd
                         urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd"
 /> 
  
\ No newline at end of file
diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2Base64NoName.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2Base64NoName.xml
index e877c3712..94b68a188 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2Base64NoName.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2Base64NoName.xml
@@ -1,13 +1,9 @@
 <resolver:AttributeEncoder 
-    xsi:type="enc:SAML2Base64"
+    xsi:type="SAML2Base64"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 	xmlns:enc="urn:mace:shibboleth:2.0:attribute:encoder" 
 	xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
 	xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
-                        urn:mace:shibboleth:2.0:resolver:pc http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-pc.xsd
-                        urn:mace:shibboleth:2.0:resolver:ad http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd
-                        urn:mace:shibboleth:2.0:resolver:dc http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd
-                        urn:mace:shibboleth:2.0:attribute:encoder http://shibboleth.net/schema/idp/shibboleth-attribute-encoder.xsd
                         urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd"
  /> 
  
\ No newline at end of file
diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2ScopedNoName.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2ScopedNoName.xml
index c6222ea51..afbc5c180 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2ScopedNoName.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2ScopedNoName.xml
@@ -1,5 +1,5 @@
 <AttributeEncoder 
-    xsi:type="enc:SAML2ScopedString"
+    xsi:type="SAML2ScopedString"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="urn:mace:shibboleth:2.0:attribute:encoder" 
 	xmlns="urn:mace:shibboleth:2.0:resolver"
 	xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2StringNoName.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2StringNoName.xml
index 2d6b5053e..d84184eed 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2StringNoName.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2StringNoName.xml
@@ -1,5 +1,5 @@
 <resolver:AttributeEncoder 
-    xsi:type="enc:SAML2String"
+    xsi:type="SAML2String"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 	xmlns:enc="urn:mace:shibboleth:2.0:attribute:encoder" 
 	xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2XmlObjectNoName.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2XmlObjectNoName.xml
index 5996a62f1..efdfc8017 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2XmlObjectNoName.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/resolver/saml2XmlObjectNoName.xml
@@ -1,12 +1,8 @@
 <resolver:AttributeEncoder 
-    xsi:type="enc:SAML2XMLObject"
+    xsi:type="SAML2XMLObject"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 	xmlns:enc="urn:mace:shibboleth:2.0:attribute:encoder" 
 	xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
 	xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
-                        urn:mace:shibboleth:2.0:resolver:pc http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-pc.xsd
-                        urn:mace:shibboleth:2.0:resolver:ad http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd
-                        urn:mace:shibboleth:2.0:resolver:dc http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd
-                        urn:mace:shibboleth:2.0:attribute:encoder http://shibboleth.net/schema/idp/shibboleth-attribute-encoder.xsd
                         urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd" /> 
  
\ No newline at end of file

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


More information about the commits mailing list