[java-idp-jetty-base] branch 9.4 updated: Comment out [exec] to avoid forking on Windows
Tom Zeller
tzeller at dragonacea.biz
Fri Aug 18 15:09:01 EDT 2017
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=0d424625934766af61a4d8a892abdb6d11e552e0
The following commit(s) were added to refs/heads/9.4 by this push:
new 0d42462 Comment out [exec] to avoid forking on Windows
0d42462 is described below
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