Investigate clean up of Jetty temp directories on Windows
Basics
Logistics
Basics
Logistics
Description
Environment
None
Activity
Show:

Tom Zeller June 1, 2016 at 5:28 PM
We decided to set the java.io.tmpdir system property instead of the org.eclipse.jetty.webapp.basetempdir attribute of the Jetty WebAppContext. The system property approach is (1) documented, (2) reliable across versions, and (3) reliable across Servlet containers.

Tom Zeller May 31, 2016 at 6:11 PM
Jetty's temp directory must exist [1] in order to be used, added for Jetty 9.2 [2].
[1] https://eclipse.org/jetty/documentation/current/ref-temporary-directories.html
[2] https://git.shibboleth.net/view/?p=java-idp-example-jetty-base.git;a=commit;h=1ef2cfd5.
Need to ping Rod about the tmp/ directory for Jetty 9.3. The current install instructions and project don't include it.

Tom Zeller February 16, 2016 at 6:01 PM
Per DF, all we might need is
Completed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Components
Created February 16, 2016 at 5:46 PM
Updated September 29, 2017 at 5:45 PM
Resolved June 1, 2016 at 5:28 PM
When run via Jenkins and java-idp-integration-tests, Jetty temporary directories are not being cleaned up. Investigate, confirm, fix, etc.