[java-idp-plugin-jetty] 29/186: Comment out [exec] to avoid forking on Windows

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:56:20 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=0d424625934766af61a4d8a892abdb6d11e552e0

commit 0d424625934766af61a4d8a892abdb6d11e552e0
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 18 14:08:57 2017 -0500

    Comment out [exec] to avoid forking on Windows
---
 src/main/resources/jetty-base/modules/idp.mod | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/jetty-base/modules/idp.mod b/src/main/resources/jetty-base/modules/idp.mod
index 807c736..ccebf94 100644
--- a/src/main/resources/jetty-base/modules/idp.mod
+++ b/src/main/resources/jetty-base/modules/idp.mod
@@ -17,15 +17,17 @@ ssl
 [files]
 tmp/
 
-[exec]
--Djava.io.tmpdir=tmp
-
 [ini]
 
 # Bypass file validation for the SSL module, to work around a bug in Jetty 9.3.X
 # don't create etc/keystore
 --skip-file-validation=ssl
 
+# TODO probably do not want to exec on Windows 
+
+# [exec]
+# -Djava.io.tmpdir=tmp
+
 # Allows setting Java system properties (-Dname=value)
 # and JVM flags (-X, -XX) in this file
 # NOTE: spawns child Java process

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


More information about the commits mailing list