keitho00

 在server.xml中类似如下配置:

   < Connector port="8080" maxThreads="150" minSpareThreads="25" 
maxSpareThreads="75" enableLookups="false" redirectPort="8443" 
acceptCount="100" debug="0" connectionTimeout="20000" 
disableUploadTimeout="true" URIEncoding="UTF-8" / >

   其中关键是 URIEncoding="UTF-8" 这项,其含义是指定URI的编码为:UTF-8

分类:

技术点:

相关文章:

  • 2022-01-28
  • 2022-01-22
  • 2021-11-28
  • 2022-12-23
  • 2021-12-24
  • 2021-12-30
猜你喜欢
  • 2021-12-28
  • 2021-12-13
  • 2022-12-23
  • 2021-11-07
  • 2022-01-20
  • 2021-07-17
相关资源
相似解决方案