[java-idp-testbed COMMIT] /trunk/src/main/java/Main.java

noreply at shibboleth.net noreply at shibboleth.net
Wed May 20 13:52:38 EDT 2015


Author: tzeller
Date: Wed May 20 13:52:38 2015
New Revision: 305

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=305&view=rev
Log:
IDP-594 Some work on local storage read and write subflows with tests.

Modified:
    trunk/src/main/java/Main.java

Modified: trunk/src/main/java/Main.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/Main.java?rev=305&r1=304&r2=305&view=diff
==============================================================================
--- trunk/src/main/java/Main.java	(original)
+++ trunk/src/main/java/Main.java	Wed May 20 13:52:38 2015
@@ -29,8 +29,6 @@
 import org.eclipse.jetty.webapp.WebAppContext;
 import org.eclipse.jetty.xml.XmlConfiguration;
 
-import common.PathPropertySupport;
-
 /** Start Jetty */
 public class Main {
 
@@ -46,7 +44,7 @@
 
             // Set idp.home to "classpath:" so test credentials in idp-conf/src/test/resources can be found.
             // PathPropertySupport.setupIdPHomeProperties();
-            System.setProperty("idp.home", "classpath:");
+            System.setProperty("idp.home", "classpath*:");
 
             // Determine path to jetty-base in the idp-distribution module.
             final Path pathToJettyBase =



More information about the commits mailing list