]> git.pld-linux.org Git - packages/tomcat.git/blame - server.xml-URIEncoding-utf8.patch
- up to 7.0.94
[packages/tomcat.git] / server.xml-URIEncoding-utf8.patch
CommitLineData
05c77d28
ER
1--- apache-tomcat-7.0.55-src/conf/server.xml~ 2014-09-19 16:23:41.000000000 +0300
2+++ apache-tomcat-7.0.55-src/conf/server.xml 2014-09-19 16:24:20.849354198 +0300
70d2c6e8
SP
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
05c77d28
ER
21@@ -86,12 +86,12 @@
22 documentation -->
1e19945f 23 <!--
05c77d28
ER
24 <Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol"
25- maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
26+ maxThreads="150" SSLEnabled="true" scheme="https" secure="true" URIEncoding="UTF-8"
1e19945f
ER
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" />
05c77d28 32+ <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" />
1e19945f
ER
33
34
35 <!-- An Engine represents the entry point (within Catalina) that processes
This page took 0.06014 seconds and 4 git commands to generate.