[java-identity-provider] branch main updated: typo in resource path

Rod Widdowson rdw at steadingsoftware.com
Thu May 11 15:57:11 UTC 2023


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

rdw pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
     new 522d0fd29 typo in resource path
522d0fd29 is described below

commit 522d0fd29f822fa85f6bbf423c4480a50996e778
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu May 11 16:57:03 2023 +0100

    typo in resource path
---
 .../resources/net/shibboleth/idp/module/core/impl/module.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
index 0ba99b741..2b1694d61 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
@@ -52,7 +52,7 @@ idp.Core.6.src = /net/shibboleth/idp/module/views/logout-propagate.vm
 idp.Core.6.dest = views/logout-propagate.vm
 
 # conf/examples
-idp.Core.7.src = /net.shibboleth/idp/module/conf/examples/attribute-resolver-ldap.xml
+idp.Core.7.src = /net/shibboleth/idp/module/conf/examples/attribute-resolver-ldap.xml
 idp.Core.7.dest = conf/examples/attribute-resolver-ldap.xml
 
 # conf/admin

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


More information about the commits mailing list