[java-idp-plugin-jetty] 88/186: Do not persist temp directory

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:57:19 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=21ea0e32fd33ad77d0060bc51a421945879b4398

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