Package: tomcat7 / 7.0.75-1~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
tomcat7 | 7.0.75-1~bpo8+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 set UTF 8 as default character encoding.patch | (download) |
conf/server.xml |
1 1 + 0 - 0 ! |
[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 ! |
[patch] do not load ajp13 connector by default |
0003 disable APR library loading.patch | (download) |
conf/server.xml |
2 2 + 0 - 0 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
disable usage of embedded library copies |
0011 fix classpath lintian warnings.patch | (download) |
build.xml |
18 8 + 10 - 0 ! |
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 ! |
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 ! |
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 ! |
--- |
0017 use jdbc pool default.patch | (download) |
java/org/apache/naming/factory/Constants.java |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
--- |
0021 add simple instance manager.patch | (download) |
java/org/apache/tomcat/SimpleInstanceManager.java |
68 68 + 0 - 0 ! |
add the simpleinstancemanager class from tomcat 8 to help integrating the jsp compiler into jetty 8 |
0022 update test certificates.patch | (download) |
test/org/apache/tomcat/util/net/TestCustomSsl.java |
2 1 + 1 - 0 ! |
uses updated test certificates to avoid a build failure when the tests are enabled. The updated keystores were taken from Tomcat 7.0.39 (http://svn.apache.org/r1451105) |
0024 disable unit tests depending on network access.path | (download) |
test/org/apache/catalina/session/TestStandardSession.java |
1 1 + 0 - 0 ! |
disable unit tests that depends on network access After fixing a FTBFS bug (#789519), I noticed this package kept failing to build due to some failing test when is built in an environment without network access. tomcat7 (7.0.56-2) unstable; urgency=medium |
0025 standard taglibs compatibility.patch | (download) |
test/org/apache/catalina/core/TestStandardContextAliases.java |
8 4 + 4 - 0 ! |
changes the name of the standard taglibs jars used in the tests to the ones available in debian |
0026 add asm to test classpath.patch | (download) |
build.xml |
1 1 + 0 - 0 ! |
add asm to the test classpath (required by easymock) |