[java-identity-provider] branch master updated: Add properties extension to rule loader.

Scott Cantor cantor.2 at osu.edu
Fri Feb 28 12:33:46 EST 2020


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

scantor 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=6f2c20f2d2936a96e110288b27466a36749945dc

The following commit(s) were added to refs/heads/master by this push:
       new  6f2c20f   Add properties extension to rule loader.
6f2c20f is described below

commit 6f2c20f2d2936a96e110288b27466a36749945dc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 28 12:33:42 2020 -0500

    Add properties extension to rule loader.
---
 idp-conf/src/main/resources/conf/attribute-registry.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/conf/attribute-registry.xml b/idp-conf/src/main/resources/conf/attribute-registry.xml
index ff26571..133930b 100644
--- a/idp-conf/src/main/resources/conf/attribute-registry.xml
+++ b/idp-conf/src/main/resources/conf/attribute-registry.xml
@@ -24,6 +24,6 @@
     <!-- Default directory for custom mappings. -->
     <bean parent="shibboleth.TranscodingRuleLoader"
         c:dir="%{idp.home}/conf/attributes/custom"
-        c:extensions="#{{'.txt', '.props', '.rule'}}" />
+        c:extensions="#{{'.txt', '.props', '.properties', '.rule'}}" />
    
 </beans>

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


More information about the commits mailing list