This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
from 28595bf1f Merge pull request #432 from spyhunter99/feature/JSPWIKI-1237
add cff5d16ce JSPWIKI-1230 Preconfigured tomcat configurations should
disable autoDeploy, unpackWARs, showReport and showServerInfo by default also
implements the following security improvements on both the portable build and
the docker configuration V-222979 sets tomcat's session timeout to 10 minutes
V-223009 tomcat Connector address attribute must be set. V-223005
ENFORCE_ENCODING_IN_GET_WRITER must be set to true. V-223003 RECYCLE_FACADES
must be set to true. V-222957 xpoweredB [...]
add 4db0b125d fixes the build, typo
new d16b446c3 Merge pull request #428 from
spyhunter99/feature/securityImprovements
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Dockerfile | 3 +
.../conf => docker-files}/catalina.properties | 419 +-
.../tomcat/conf => docker-files}/server.xml | 18 +-
.../overlay/tomcat/conf => docker-files}/web.xml | 9474 ++++++++++----------
.../src/main/resources/META-INF/jspwiki.tld | 4 +-
.../src/main/resources/ini/jspwiki.properties | 3 +-
.../src/overlay/tomcat/conf/catalina.properties | 5 +
.../src/overlay/tomcat/conf/server.xml | 17 +-
jspwiki-portable/src/overlay/tomcat/conf/web.xml | 2 +-
jspwiki-war/src/main/webapp/WEB-INF/web.xml | 5 +
10 files changed, 4995 insertions(+), 4955 deletions(-)
copy {jspwiki-portable/src/overlay/tomcat/conf =>
docker-files}/catalina.properties (95%)
copy {jspwiki-portable/src/overlay/tomcat/conf => docker-files}/server.xml
(94%)
copy {jspwiki-portable/src/overlay/tomcat/conf => docker-files}/web.xml (97%)