dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26393
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13077: Fix for weird tomcat URL encoding issue
------------------------------------------------------------
revno: 13077
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-11-29 19:40:36 +0000
message:
Fix for weird tomcat URL encoding issue
modified:
tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml'
--- tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml 2013-09-17 18:55:30 +0000
+++ tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml 2013-11-29 19:40:36 +0000
@@ -13,7 +13,8 @@
maxThreads="100" minSpareThreads="10" />
<Connector port="HTTPPORT" address="127.0.0.1" protocol="HTTP/1.1" proxyPort="443" scheme="https"
- executor="tomcatThreadPool" connectionTimeout="20000" />
+ URIEncoding="UTF-8"
+ executor="tomcatThreadPool" connectionTimeout="20000" />
<Engine name="Catalina" defaultHost="localhost">
<Host name="localhost" appBase="webapps"