nelucifer
TOMCAT中的conf文件夹下server.xml中的
<Connector中添加两个设置useBodyEncodingForURI="true" //设置POST和GET使用相同编码
URIEncoding="UTF-8" //对URI使用utf-8编码处理
如下:

 

分类:

技术点:

相关文章:

  • 2021-09-29
  • 2022-01-07
  • 2021-03-27
  • 2022-02-08
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2022-01-10
  • 2021-12-04
  • 2021-06-15
  • 2021-11-20
  • 2021-11-20
相关资源
相似解决方案