]> git.pld-linux.org Git - packages/tomcat.git/blob - server.xml-URIEncoding-utf8.patch
also rotate catalina.out
[packages/tomcat.git] / server.xml-URIEncoding-utf8.patch
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
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 @@ -83,12 +85,12 @@
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.046284 seconds and 3 git commands to generate.