]> git.pld-linux.org Git - packages/tomcat.git/blame - server.xml-URIEncoding-utf8.patch
- up to 7.0.100; fixes CVE-2019-17563, CVE-2019-12418, CVE-2019-17569, CVE-2020-1935...
[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
60f80b6f 21@@ -87,7 +87,7 @@
05c77d28 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
60f80b6f
AM
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 -->
1e19945f 37
60f80b6f 38
This page took 0.114826 seconds and 4 git commands to generate.