[java-idp-plugin-jetty] 55/186: IDP-1081 - Remove idp.war.path property from idp.ini

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:56:46 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

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

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