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

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 22 20:09:12 EDT 2015


Author: scantor
Date: Mon Jun 22 20:09:12 2015
New Revision: 312

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=312&view=rev
Log:
First attempt to split idp.home from webflow base loc, with idp.webflows property

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=312&r1=311&r2=312&view=diff
==============================================================================
--- trunk/src/main/java/Main.java	(original)
+++ trunk/src/main/java/Main.java	Mon Jun 22 20:09:12 2015
@@ -45,9 +45,12 @@
             final ProtectionDomain protectionDomain = Main.class.getProtectionDomain();
             final URL location = protectionDomain.getCodeSource().getLocation();
 
-            // Set idp.home to "classpath:" so test credentials in idp-conf/src/test/resources can be found.
-            // PathPropertySupport.setupIdPHomeProperties();
-            System.setProperty("idp.home", "classpath*:");
+            // Set idp.home to "classpath:" so test files in idp-conf/src/test/resources can be found.
+            System.setProperty("idp.home", "classpath:");
+
+            // After all this discussion, is this really needed? Doesn't seem to be to get test flows to run.
+            // Set idp.webflows to "classpath*:/flows" so flows in multiple locations can be found.
+            //System.setProperty("idp.webflows", "classpath*:/flows");
 
             // Determine path to jetty-base in the idp-distribution module.
             final Path pathToJettyBase =



More information about the commits mailing list