Package: tomcat10 / 10.1.40-1~bpo12+1

Metadata

Package Version Patches format
tomcat10 10.1.40-1~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0004 split deploy webapps target from deploy target.patch | (download)

build.xml | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 [patch] split deploy-webapps target from deploy target


0005 skip test failures.patch | (download)

build.xml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 ignore the failing tests

0009 Use java.security.policy file in catalina.sh.patch | (download)

bin/catalina.sh | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 [patch] use java.security.policy file in catalina.sh make sure
 catalina.sh uses the Debian/Ubuntu java.security.policy file location when
 Tomcat is started with a security manager.

Bug-Ubuntu: https://bugs.launchpad.net/bugs/591802
Bug-Debian: http://bugs.debian.org/585379
0010 debianize build xml.patch | (download)

build.xml | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 disable usage of embedded library copies

0013 dont look for build properties in user home.patch | (download)

build.xml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't look for build.properties in the user home directory.

0018 fix manager webapp.patch | (download)

conf/catalina.policy | 10 5 + 5 - 0 !
webapps/docs/manager-howto.xml | 2 1 + 1 - 0 !
webapps/host-manager/WEB-INF/manager.xml | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

 this patch changes the manager path from webapps/manager to

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1128067
0019 add distribution to error page.patch | (download)

build.xml | 1 1 + 0 - 0 !
java/org/apache/catalina/util/ServerInfo.properties | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 adds the name of the distribution to the version of tomcat

0023 disable shutdown by socket.patch | (download)

conf/server.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disables the shutdown port (8005) by default

0024 systemd log formatter.patch | (download)

java/org/apache/juli/SystemdFormatter.java | 109 109 + 0 - 0 !
1 file changed, 109 insertions(+)

 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 !
1 file changed, 4 insertions(+)

 fix the exit status when tomcat terminates because the configuration
 is invalid

Bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=62607

0026 easymock4 compatibility.patch | (download)

test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java | 28 14 + 14 - 0 !
test/org/apache/catalina/valves/TestSSLValve.java | 4 2 + 2 - 0 !
2 files changed, 16 insertions(+), 16 deletions(-)

 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 !
test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java | 2 1 + 1 - 0 !
test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java | 18 18 + 0 - 0 !
3 files changed, 20 insertions(+), 2 deletions(-)

 0021-dont-test-unsupported-ciphers

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 !
1 file changed, 2 insertions(+)

 exclude testjndirealmintegration

Exclude TestJNDIRealmIntegration.java because it FTBFS due to missing
dependencies.

disable jacoco.patch | (download)

build.xml | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 disable-jacoco