[java-oidc-common] branch main updated: Fix schema location in test files.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 16 17:24:18 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=f89f6249781f9b9d52059e1800ab3895f9a85775
The following commit(s) were added to refs/heads/main by this push:
new f89f624 Fix schema location in test files.
f89f624 is described below
commit f89f6249781f9b9d52059e1800ab3895f9a85775
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 12:24:16 2021 -0500
Fix schema location in test files.
---
.../net/shibboleth/idp/attribute/resolver/spring/enc/oidcbyte.xml | 3 ++-
.../shibboleth/idp/attribute/resolver/spring/enc/oidcscopedstring.xml | 3 ++-
.../net/shibboleth/idp/attribute/resolver/spring/enc/oidcstring.xml | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcbyte.xml b/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcbyte.xml
index 1e8ab2d..ed981bc 100644
--- a/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcbyte.xml
+++ b/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcbyte.xml
@@ -7,4 +7,5 @@
asArray="true"
asInt="false"
stringDelimiter="|"
- xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd urn:mace:shibboleth:2.0:resolver:oidc classpath:/schema/idp-oidc-extension-attribute-encoder.xsd" />
+ xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
+ urn:mace:shibboleth:2.0:resolver:oidc http://shibboleth.net/schema/oidc/shibboleth-attribute-encoder-oidc.xsd" />
diff --git a/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcscopedstring.xml b/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcscopedstring.xml
index 81f16ed..638402f 100644
--- a/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcscopedstring.xml
+++ b/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcscopedstring.xml
@@ -7,4 +7,5 @@
asArray="true"
stringDelimiter="|"
scopeDelimiter="|"
- xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd urn:mace:shibboleth:2.0:resolver:oidc classpath:/schema/idp-oidc-extension-attribute-encoder.xsd" />
+ xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
+ urn:mace:shibboleth:2.0:resolver:oidc http://shibboleth.net/schema/oidc/shibboleth-attribute-encoder-oidc.xsd" />
diff --git a/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcstring.xml b/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcstring.xml
index 6fee8ee..bfb3fb9 100644
--- a/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcstring.xml
+++ b/oidc-common-attribute-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/enc/oidcstring.xml
@@ -9,4 +9,5 @@
asInt="false"
asObject="true"
stringDelimiter="|"
- xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd urn:mace:shibboleth:2.0:resolver:oidc classpath:/schema/idp-oidc-extension-attribute-encoder.xsd" />
+ xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
+ urn:mace:shibboleth:2.0:resolver:oidc http://shibboleth.net/schema/oidc/shibboleth-attribute-encoder-oidc.xsd" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list