]> git.pld-linux.org Git - packages/tomcat.git/blob - server.xml-URIEncoding-utf8.patch
0a7f8bc9ce1b51d68f7337a885780ffc4eca8bab
[packages/tomcat.git] / server.xml-URIEncoding-utf8.patch
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
3 @@ -68,13 +68,15 @@
4           Define a non-SSL HTTP/1.1 Connector on port 8080
5      -->
6      <Connector port="8080" protocol="HTTP/1.1"
7 -               connectionTimeout="20000"
8 +              connectionTimeout="20000"
9 +              URIEncoding="UTF-8"
10                 redirectPort="8443" />
11      <!-- A "Connector" using the shared thread pool-->
12      <!--
13      <Connector executor="tomcatThreadPool"
14                 port="8080" protocol="HTTP/1.1"
15 -               connectionTimeout="20000"
16 +              connectionTimeout="20000"
17 +              URIEncoding="UTF-8"
18                 redirectPort="8443" />
19      -->
20      <!-- Define a SSL HTTP/1.1 Connector on port 8443
21 @@ -87,7 +87,7 @@
22           documentation -->
23      <!--
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"
27                 clientAuth="false" sslProtocol="TLS" />
28      -->
29  
30 @@ -96,6 +96,7 @@
31      <Connector protocol="AJP/1.3"
32                 address="::1"
33                 port="8009"
34 +               URIEncoding="UTF-8"
35                 redirectPort="8443" />
36      -->
37  
38
This page took 0.052633 seconds and 2 git commands to generate.