[java-identity-provider] branch master updated: Fix path in idp-conf services-system.xml to point to /conf
Brent Putman
putmanb at georgetown.edu
Fri Oct 4 10:01:47 EDT 2019
This is an automated email from the git hooks/post-receive script.
putmanb 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=c12be947d6f9b419491617e968c4e50e058540b2
The following commit(s) were added to refs/heads/master by this push:
new c12be94 Fix path in idp-conf services-system.xml to point to /conf
c12be94 is described below
commit c12be947d6f9b419491617e968c4e50e058540b2
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Oct 4 10:01:34 2019 -0400
Fix path in idp-conf services-system.xml to point to /conf
---
idp-conf/src/main/resources/system/conf/services-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/conf/services-system.xml b/idp-conf/src/main/resources/system/conf/services-system.xml
index 1156544..3950fcb 100644
--- a/idp-conf/src/main/resources/system/conf/services-system.xml
+++ b/idp-conf/src/main/resources/system/conf/services-system.xml
@@ -72,7 +72,7 @@
<util:list id ="shibboleth.DefaultAttributeRegistryResources">
<value>%{idp.home}/conf/attribute-registry.xml</value>
<value>%{idp.home}/system/conf/attribute-registry-system.xml</value>
- <value>%{idp.home}/attributes/default-rules.xml</value>
+ <value>%{idp.home}/conf/attributes/default-rules.xml</value>
</util:list>
<bean id="shibboleth.NameIdentifierGenerationService" class="net.shibboleth.ext.spring.service.ReloadableSpringService"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list