Spring 控制器在 Tomcat 的一个实例中请求参数编码错误,但在其他实例中则不然
我有一个 Spring MVC 应用程序,它在 eclipse (本地 tomcat 实例)和 tomcat 作为服务安装的测试环境中运行良好。但是,当我在生产中部署应用程序时,请求参数未正确解析(希腊字符)。
我在生产环境(以及本地和测试环境)中的 server.xml 配置文件在所有连接器元素上都有 URIEncoding="utf-8" 属性。
我已经在 web.xml 中设置了CharacterEncodingFilter。
我的 Jsp 页面具有所有
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
这些 Tomcat 实例之间还有
<%@page contentType="text/html" pageEncoding="UTF-8"%>
什么不同?
我唯一能想到的是 Windows 上的区域设置,但我希望这不会影响这一点?
I have a Spring MVC application which works fine in eclipse (local tomcat instance) and in a test environment where tomcat is installed as a service. But when I deploy the application in production the request parameters are not parsed correctly (Greek characters).
My server.xml configuration file in production (and in both local and test envirnonments) has the URIEncoding="utf-8" attribute on all connector elements.
I have set the CharacterEncodingFilter in web.xml.
My Jsp pages have all the
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
and
<%@page contentType="text/html" pageEncoding="UTF-8"%>
What else could be different between these Tomcat instances?
The only thing I can think off is the regional settings on windows but I hope this does not affect this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论