[java-idp-jetty-base] branch 9.4 updated: IDP-1081 - Remove idp.war.path property from idp.ini

Tom Zeller tzeller at dragonacea.biz
Fri Sep 7 10:42:34 EDT 2018


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

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=b24d68675d057210dce175dad62910e8c5341208

The following commit(s) were added to refs/heads/9.4 by this push:
       new  b24d686   IDP-1081 - Remove idp.war.path property from idp.ini
b24d686 is described below

commit b24d68675d057210dce175dad62910e8c5341208
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Sep 7 09:42:23 2018 -0500

    IDP-1081 - Remove idp.war.path property from idp.ini
    
    Now a system property (in idp.xml).
    
    https://issues.shibboleth.net/jira/browse/IDP-1081
---
 src/main/resources/jetty-base/start.d/idp.ini | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/resources/jetty-base/start.d/idp.ini b/src/main/resources/jetty-base/start.d/idp.ini
index e7d6201..40cd226 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -29,6 +29,3 @@ jetty.sslContext.renegotiationAllowed=false
 
 ## Connector port to listen on
 jetty.ssl.port=443
-
-## Path to IdP WAR (dir or file), relative to ${jetty.base} directory
-# idp.war.path=../war/idp.war

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


More information about the commits mailing list