Tomcat设置URI编码
程序员文章站
2024-02-29 08:21:10
...
在tomcat安装目录下的conf目录下,编辑server.xml文件,将:
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>
修改为:
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="UTF-8"/>
转载于:https://my.oschina.net/u/590845/blog/80935
上一篇: 或操作(||)和与操作(&&)的执行顺序以及返回结果
下一篇: Iframe自适应其加载的内容高度