[java-idp-example-jetty-base] branch 9.2 updated: Add empty jetty-base/tmp/ directory.
Tom Zeller
tzeller at dragonacea.biz
Tue May 31 14:01:25 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.2
in repository java-idp-example-jetty-base.
The following commit(s) were added to refs/heads/9.2 by this push:
new 1ef2cfd Add empty jetty-base/tmp/ directory.
1ef2cfd is described below
commit 1ef2cfd575a3535e81febd0a0a35b335a6751094
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 31 12:54:31 2016 -0500
Add empty jetty-base/tmp/ directory.
We set the location of Jetty's temp directory via the
org.eclipse.jetty.webapp.basetempdir attribute of the IdP WebAppContext
in idp.xml, and this directory must exist. If it does not, Jetty uses
the system default temporary directory, which will not be cleaned up by
the integration test harness following successful tests.
---
src/main/resources/jetty-base/tmp/.gitkeep | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/jetty-base/tmp/.gitkeep b/src/main/resources/jetty-base/tmp/.gitkeep
new file mode 100644
index 0000000..e69de29
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list