[java-idp-jetty-base] 05/07: IDP-1110 - Add tmp dir to IdP module

Tom Zeller tzeller at dragonacea.biz
Thu Mar 2 03:48:55 EST 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=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