[java-idp-jetty-base] branch 10 updated: Do not persist temp directory
Tom Zeller
tzeller at dragonacea.biz
Tue Mar 8 22:49:38 UTC 2022
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=21ea0e32fd33ad77d0060bc51a421945879b4398
The following commit(s) were added to refs/heads/10 by this push:
new 21ea0e3 Do not persist temp directory
21ea0e3 is described below
commit 21ea0e32fd33ad77d0060bc51a421945879b4398
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Mar 8 16:49:27 2022 -0600
Do not persist temp directory
https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/2936012848/Jetty10
---
src/main/resources/jetty-base/webapps/idp.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/resources/jetty-base/webapps/idp.xml b/src/main/resources/jetty-base/webapps/idp.xml
index 68f113a..b4d5418 100644
--- a/src/main/resources/jetty-base/webapps/idp.xml
+++ b/src/main/resources/jetty-base/webapps/idp.xml
@@ -9,4 +9,5 @@
<Set name="extractWAR">false</Set>
<Set name="copyWebDir">false</Set>
<Set name="copyWebInf">true</Set>
+ <Set name="persistTempDirectory">false</Set>
</Configure>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list