Package: tomcat11 / 11.0.11-1
Metadata
Package | Version | Patches format |
---|---|---|
tomcat11 | 11.0.11-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0004 split deploy webapps target from deploy target.patch | (download) |
build.xml |
6 5 + 1 - 0 ! |
split deploy-webapps target from deploy target |
0005 skip test failures.patch | (download) |
build.xml |
2 2 + 0 - 0 ! |
ignore the failing tests |
0010 debianize build xml.patch | (download) |
build.xml |
6 3 + 3 - 0 ! |
disable usage of embedded library copies |
0013 dont look for build properties in user home.patch | (download) |
build.xml |
1 0 + 1 - 0 ! |
don't look for build.properties in the user home directory. This directory doesn't exist on the builders and the attempt to load a property file there causes a build failure. |
0018 fix manager webapp.patch | (download) |
webapps/docs/manager-howto.xml |
2 1 + 1 - 0 ! |
this patch changes the manager path from webapps/manager to ../tomcat11-admin/manager |
0019 add distribution to error page.patch | (download) |
build.xml |
1 1 + 0 - 0 ! |
adds the name of the distribution to the version of tomcat reported on the error pages (i.e. 'Apache Tomcat/8.0.x (Debian)') |
0023 disable shutdown by socket.patch | (download) |
conf/server.xml |
2 1 + 1 - 0 ! |
disables the shutdown port (8005) by default |
0024 systemd log formatter.patch | (download) |
java/org/apache/juli/SystemdFormatter.java |
109 109 + 0 - 0 ! |
adds a log formatter suitable for systemd |
0025 invalid configuration exit status.patch | (download) |
java/org/apache/catalina/startup/Bootstrap.java |
4 4 + 0 - 0 ! |
fix the exit status when tomcat terminates because the configuration is invalid |
0026 easymock4 compatibility.patch | (download) |
test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java |
28 14 + 14 - 0 ! |
fixes the compatibility with the version of easymock in debian |
0021 dont test unsupported ciphers.patch | (download) |
test/org/apache/tomcat/util/net/openssl/ciphers/TestCipher.java |
2 1 + 1 - 0 ! |
don't check the idea cipher during the tests since it is disabled in debian (see #327739) Also ignore ARIA which is disabled by default in OpenSSL. |
exclude TestJNDIRealmIntegration.patch | (download) |
build.xml |
2 2 + 0 - 0 ! |
exclude testjndirealmintegration because it fails to build due to missing dependencies |
disable jacoco.patch | (download) |
build.xml |
12 0 + 12 - 0 ! |
disable jacoco test coverage |
0030 eclipse jdt classpath.patch | (download) |
build.xml |
1 1 + 0 - 0 ! |
updates the eclipse compiler classpath |
0031 eclipse jdt compatibility.patch | (download) |
java/org/apache/jasper/compiler/JDTCompiler.java |
24 12 + 12 - 0 ! |
fixes the compatibility with the version of the eclipse compiler in debian |