Browse Source

优化代码

dzl 2 years ago
parent
commit
ee71b74c1d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web-clis/server.xml
  2. 1 1
      web-edi/server.xml

+ 1 - 1
web-clis/server.xml

@@ -70,7 +70,7 @@
     -->
     -->
     <Connector port="8080" protocol="HTTP/1.1"
     <Connector port="8080" protocol="HTTP/1.1"
                connectionTimeout="20000"
                connectionTimeout="20000"
-               redirectPort="8443" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"/>
+               redirectPort="8443" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;" URIEncoding="UTF-8"/>
     <!-- A "Connector" using the shared thread pool-->
     <!-- A "Connector" using the shared thread pool-->
     <!--
     <!--
     <Connector executor="tomcatThreadPool"
     <Connector executor="tomcatThreadPool"

+ 1 - 1
web-edi/server.xml

@@ -70,7 +70,7 @@
     -->
     -->
     <Connector port="8080" protocol="HTTP/1.1"
     <Connector port="8080" protocol="HTTP/1.1"
                connectionTimeout="20000"
                connectionTimeout="20000"
-               redirectPort="8443" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;" />
+               redirectPort="8443" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;" URIEncoding="UTF-8"/>
     <!-- A "Connector" using the shared thread pool-->
     <!-- A "Connector" using the shared thread pool-->
     <!--
     <!--
     <Connector executor="tomcatThreadPool"
     <Connector executor="tomcatThreadPool"