[pkg-java] r11867 - in trunk/tomcat6/debian: . patches
Ludovic Claude
ludovicc-guest at alioth.debian.org
Sun Mar 14 23:52:08 UTC 2010
Author: ludovicc-guest
Date: 2010-03-14 23:52:08 +0000 (Sun, 14 Mar 2010)
New Revision: 11867
Added:
trunk/tomcat6/debian/patches/default-encoding-utf8.patch
Modified:
trunk/tomcat6/debian/changelog
trunk/tomcat6/debian/patches/series
Log:
Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog 2010-03-14 21:24:14 UTC (rev 11866)
+++ trunk/tomcat6/debian/changelog 2010-03-14 23:52:08 UTC (rev 11867)
@@ -1,6 +1,8 @@
tomcat6 (6.0.24-4) unstable; urgency=low
* debian/tomcat6.postrm: fix removal of Tomcat (Closes: #567548)
+ * Set UTF-8 as default character encoding - Patch by Thomas Koch
+ (Closes: #573539)
-- Ludovic Claude <ludovic.claude at laposte.net> Thu, 11 Mar 2010 23:45:34 +0100
Added: trunk/tomcat6/debian/patches/default-encoding-utf8.patch
===================================================================
--- trunk/tomcat6/debian/patches/default-encoding-utf8.patch (rev 0)
+++ trunk/tomcat6/debian/patches/default-encoding-utf8.patch 2010-03-14 23:52:08 UTC (rev 11867)
@@ -0,0 +1,10 @@
+--- a/conf/server.xml
++++ b/conf/server.xml
+@@ -68,6 +68,7 @@
+ -->
+ <Connector port="8080" protocol="HTTP/1.1"
+ connectionTimeout="20000"
++ URIEncoding="UTF-8"
+ redirectPort="8443" />
+ <!-- A "Connector" using the shared thread pool-->
+ <!--
Modified: trunk/tomcat6/debian/patches/series
===================================================================
--- trunk/tomcat6/debian/patches/series 2010-03-14 21:24:14 UTC (rev 11866)
+++ trunk/tomcat6/debian/patches/series 2010-03-14 23:52:08 UTC (rev 11867)
@@ -1,3 +1,4 @@
+default-encoding-utf8.patch
disable-ajp-connector.patch
disable-apr-loading.patch
deploy-webapps-build-xml.patch
More information about the pkg-java-commits
mailing list