]> git.pld-linux.org Git - packages/tomcat.git/blame - server.xml-URIEncoding-utf8.patch
- rel 10; properly log stdout/stderr from jsvc; wait up to 360s for tomcat to start
[packages/tomcat.git] / server.xml-URIEncoding-utf8.patch
CommitLineData
70d2c6e8
SP
1--- apache-tomcat-7.0.26-src/conf/server.xml 2012-02-17 15:15:30.000000000 +0100
2+++ apache-tomcat-7.0.26-src.new/conf/server.xml 2012-03-19 10:08:10.806085375 +0100
3@@ -68,13 +68,15 @@
4 Define a non-SSL HTTP/1.1 Connector on port 8080
1e19945f 5 -->
70d2c6e8
SP
6 <Connector port="8080" protocol="HTTP/1.1"
7- connectionTimeout="20000"
8+ connectionTimeout="20000"
9+ URIEncoding="UTF-8"
1e19945f
ER
10 redirectPort="8443" />
11 <!-- A "Connector" using the shared thread pool-->
12 <!--
13 <Connector executor="tomcatThreadPool"
70d2c6e8
SP
14 port="8080" protocol="HTTP/1.1"
15- connectionTimeout="20000"
16+ connectionTimeout="20000"
17+ URIEncoding="UTF-8"
1e19945f 18 redirectPort="8443" />
70d2c6e8 19 -->
1e19945f 20 <!-- Define a SSL HTTP/1.1 Connector on port 8443
70d2c6e8 21@@ -83,12 +85,12 @@
1e19945f
ER
22 described in the APR documentation -->
23 <!--
24 <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
25- maxThreads="150" scheme="https" secure="true"
26+ maxThreads="150" scheme="https" secure="true" URIEncoding="UTF-8"
27 clientAuth="false" sslProtocol="TLS" />
28 -->
29
30 <!-- Define an AJP 1.3 Connector on port 8009 -->
31- <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
32+ <Connector port="8009" protocol="AJP/1.3" URIEncoding="UTF-8" redirectPort="8443" />
33
34
35 <!-- An Engine represents the entry point (within Catalina) that processes
This page took 0.083275 seconds and 4 git commands to generate.