diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-06-12 08:19:49 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-06-12 08:19:49 +0000 |
commit | b5aefab37c25d5da114bb78768defc79fc709e29 (patch) | |
tree | 677e9b13167fd5087c4720218824abf06ac98847 /src/main/webapp | |
parent | 046cb5b235866e66ca9d2c55bd20ed7ec85ef12d (diff) | |
download | pdf-as-3-b5aefab37c25d5da114bb78768defc79fc709e29.tar.gz pdf-as-3-b5aefab37c25d5da114bb78768defc79fc709e29.tar.bz2 pdf-as-3-b5aefab37c25d5da114bb78768defc79fc709e29.zip |
A new check for the existence of a configuration has been implemented. The extraction is skipped if any files or folders would be overwritten. Files like log- or temp-files may exist and do not prevent the deployment of the default configuration.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@283 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6d675b4..2bcbdd2 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -127,7 +127,7 @@ </servlet-mapping>
<session-config>
- <session-timeout>30</session-timeout>
+ <session-timeout>10</session-timeout>
</session-config>
<welcome-file-list>
|