[java-oidc-common] branch main updated: Align classpath schema location to remote location.

Scott Cantor cantor.2 at osu.edu
Tue Feb 16 17:12:58 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=5b84a968681d7c15d98f610dc77c6c84564572b5

The following commit(s) were added to refs/heads/main by this push:
       new  5b84a96   Align classpath schema location to remote location.
5b84a96 is described below

commit 5b84a968681d7c15d98f610dc77c6c84564572b5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 12:12:56 2021 -0500

    Align classpath schema location to remote location.
---
 oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas b/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas
index 36876a2..096b93f 100644
--- a/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas
+++ b/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas
@@ -1,2 +1,2 @@
-classpath\:/schema/idp-oidc-extension-attribute-encoder.xsd = schema/shibboleth-attribute-encoder-oidc.xsd
+classpath\:/schema/shibboleth-attribute-encoder-oidc.xsd = schema/shibboleth-attribute-encoder-oidc.xsd
 http\://shibboleth.net/schema/oidc/shibboleth-attribute-encoder-oidc.xsd = schema/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