notes/pl/java/libfws/tomcat/encoding.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

9 строки
504 B
Plaintext

Attribute "URIEncoding="UTF-8"" should be inserted in the tag <connector> in the %Tomcat root folder%\conf\server.xml.
For example, there is the description of the http connector from my local installation.
<Connector URIEncoding="UTF-8" port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />