~ttx/tomcat6/lucid-sru

« back to all changes in this revision

Viewing changes to debian/patches/default-encoding-utf8.patch

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez, Thierry Carrez, Niels Thykier, Ludovic Claude
  • Date: 2010-03-31 10:47:51 UTC
  • Revision ID: james.westby@ubuntu.com-20100331104751-b6fie3ajlyvpawgz
Tags: 6.0.24-2ubuntu1
[ Thierry Carrez ]
* Uploading what 6.0.24-5 should be (upload is blocked in Debian due to
  current infrastructure issues), in order to meet Beta2Freeze.

[ Niels Thykier ]
* Added optimised garbage collection options to tomcat6's default options.
  Thanks to Aaron J. Zirbes and Thierry Carrez for research and the patch.
  (Closes: LP: #541520)
* Updated the changelog to mention closed CVE's in the 6.0.24-1 release.
* Applied patch from Arto Jantunen fixing an issue with cleaning up the
  pid-file. (Closes: #574084)

[ Ludovic Claude ]
* debian/tomcat6.postrm: fix removal of Tomcat (Closes: #567548)
* Set UTF-8 as default character encoding - Patch by Thomas Koch
  (Closes: #573539)
* Set the major, minor and build versions when calling Ant
  (Closes: LP: #495505)
* Rebuild with a more recent version of maven-repo-helper which puts
  the javax jars at the correct location in the Maven repository.
  Fixes several FTBFS in other packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/conf/server.xml
 
2
+++ b/conf/server.xml
 
3
@@ -68,6 +68,7 @@
 
4
     -->
 
5
     <Connector port="8080" protocol="HTTP/1.1" 
 
6
                connectionTimeout="20000" 
 
7
+               URIEncoding="UTF-8"
 
8
                redirectPort="8443" />
 
9
     <!-- A "Connector" using the shared thread pool-->
 
10
     <!--