[java-idp-testbed COMMIT] /trunk/src/main/java/Main.java
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 23 14:49:01 EDT 2014
Author: scantor
Date: Tue Sep 23 14:49:01 2014
New Revision: 284
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=284&view=rev
Log:
Change name of Jetty keystore 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=284&r1=283&r2=284&view=diff
==============================================================================
--- trunk/src/main/java/Main.java (original)
+++ trunk/src/main/java/Main.java Tue Sep 23 14:49:01 2014
@@ -71,11 +71,11 @@
final Path pathToIdPConfTestResources =
Paths.get(Paths.get("").toAbsolutePath().getParent().toAbsolutePath().toString(),
"java-identity-provider", "idp-conf", "src", "test", "resources");
- final String idpIniJettyKeystorePath = configuration.getProperties().get("jetty.keystore.path");
+ final String idpIniJettyKeystorePath = configuration.getProperties().get("jetty.backchannel.keystore.path");
final String testbedJettyKeystorePath =
idpIniJettyKeystorePath
.replace("../", pathToIdPConfTestResources.toAbsolutePath().toString() + "/");
- configuration.getProperties().put("jetty.keystore.path", testbedJettyKeystorePath);
+ configuration.getProperties().put("jetty.backchannel.keystore.path", testbedJettyKeystorePath);
// Configure the Jetty server (with both the XML and properties file configurations).
final Server server = (Server) configuration.configure();
More information about the commits
mailing list