Changeset 13484


Ignore:
Timestamp:
2006-12-11T11:45:25+13:00 (17 years ago)
Author:
shaoqun
Message:

tell the server to use UTF-8 to encode URI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/resources/tomcat/server.xml

    r13205 r13484  
    7878               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    7979               enableLookups="false" redirectPort="8443" acceptCount="100"
    80                connectionTimeout="20000" disableUploadTimeout="true" />
     80               connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="UTF-8"/>
    8181    <!-- Note : To disable connection timeouts, set connectionTimeout value
    8282     to 0 -->
Note: See TracChangeset for help on using the changeset viewer.