[java-idp-plugin-jetty] 08/186: IDP-1110 - Add tmp dir to IdP module
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:55:59 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=d8f04bada916308d3ec2079240574afdde6de4b3
commit d8f04bada916308d3ec2079240574afdde6de4b3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Mar 2 02:35:56 2017 -0600
IDP-1110 - Add tmp dir to IdP module
---
src/main/resources/jetty-base/modules/shibboleth-idp.mod | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/resources/jetty-base/modules/shibboleth-idp.mod b/src/main/resources/jetty-base/modules/shibboleth-idp.mod
index 366a50c..807c736 100644
--- a/src/main/resources/jetty-base/modules/shibboleth-idp.mod
+++ b/src/main/resources/jetty-base/modules/shibboleth-idp.mod
@@ -17,6 +17,9 @@ 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list