[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 7 14:05:33 EDT 2014


Author: tzeller
Date: Tue Oct  7 14:05:33 2014
New Revision: 6647

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6647&view=rev
Log:
Fix integration tests.
Prefix additional idp properties with a "/".
Configure example metadata for integration tests.

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=6647&r1=6646&r2=6647&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Tue Oct  7 14:05:33 2014
@@ -1,5 +1,5 @@
 # Load any additional property resources in a comma-delimited list
-idp.additionalProperties = conf/ldap.properties, conf/services.properties
+idp.additionalProperties = /conf/ldap.properties, /conf/services.properties
 
 # Set the entityID of the IdP
 idp.entityID = https://idp.example.org



More information about the commits mailing list