Package: tomcat7 / 7.0.56-1~bpo70+3

Metadata

Package Version Patches format
tomcat7 7.0.56-1~bpo70+3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 set UTF 8 as default character encoding.patch | (download)

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

 [patch] set utf-8 as default character encoding


0002 do not load AJP13 connector by default.patch | (download)

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

 [patch] do not load ajp13 connector by default


0003 disable APR library loading.patch | (download)

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

 [patch] disable apr library loading

    ... until we properly provide it.

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

0006 add JARs below var to class loader.patch | (download)

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

 [patch] add jars below /var to class loader


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

 disable usage of embedded library copies
0011 fix classpath lintian warnings.patch | (download)

build.xml | 18 8 + 10 - 0 !
res/META-INF/jasper.jar.manifest | 10 10 + 0 - 0 !
2 files changed, 18 insertions(+), 10 deletions(-)

 fix codeless-jar and missing-classpath lintian warnings
0012 java7 compat.patch | (download)

modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 compatibility patch to support compilation of tomcat7
 using openjdk-7
0013 dont look for build properties in user home.patch | (download)

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

 0013-dont-look-for-build-properties-in-user-home


0015_disable_test_TestCometProcessor.patch | (download)

test/org/apache/catalina/comet/TestCometProcessor.java | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
0017 use jdbc pool default.patch | (download)

java/org/apache/naming/factory/Constants.java | 2 1 + 1 - 0 !
webapps/docs/config/systemprops.xml | 2 1 + 1 - 0 !
webapps/docs/jndi-resources-howto.xml | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 make jdbc-pool module default
 Tomcat upstream ships a patched version of Commons DBCP. This is
 not shipped in the Debian packages.
 .
 It also provides an alternative, lightweight pool implementation
 which is shipped.
 .
 This patch makes this implementation the default pool.
0018 fix manager webapp.patch | (download)

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

 this patch changes the manager path from webapps/manager to
../tomcat7-admin/manager

0019 add distribution to error page.patch | (download)

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

---
0021 add simple instance manager.patch | (download)

java/org/apache/tomcat/SimpleInstanceManager.java | 68 68 + 0 - 0 !
1 file changed, 68 insertions(+)

 add the simpleinstancemanager class from tomcat 8 to help integrating the jsp compiler into jetty 8
0099 junit compatibility.patch | (download)

test/org/apache/catalina/comet/TestCometProcessor.java | 10 5 + 5 - 0 !
test/org/apache/tomcat/util/net/TestClientCert.java | 4 2 + 2 - 0 !
test/org/apache/tomcat/util/net/TestCustomSsl.java | 6 3 + 3 - 0 !
test/org/apache/tomcat/util/net/TestSsl.java | 2 1 + 1 - 0 !
4 files changed, 11 insertions(+), 11 deletions(-)

 modify the tests to build with the version of junit in wheezy