struts2请求编码
我正在 HTTP POST 正文中发送 XML。
问:
- struts2支持utf-8编码的处理请求吗?
参考:
(位于页面底部)
I am sending a XML in HTTP POST body.
Question:
- Does struts2 support processing request in utf-8 encoding?
Reference:
(Around bottom of the page)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您不应该有任何问题,只需在将流发送到视图时在操作中定义 enconding 即可,以防您使用流结果类型。
Yes you shouldn't have any problem, just define the enconding in your action when sending the stream to the view, in case you are using the stream result type.