本文着重讨论windows环境下:
tomcat + struts + jsp 模式下url日文乱码的处理。
解决方案竟然只是在 server.xml里面加上uriencoding,就可以了
<connector
port="8080" maxthreads="150" minsparethreads="25" maxsparethreads="75"
enablelookups="false" redirectport="8443" acceptcount="100"
debug="0" connectiontimeout="20000"
disableuploadtimeout="true" uriencoding="windows-31j"
/>
但是这种改法在linux下面是否有效果,还需要实验.
websphere下面如何配置,解决乱码问题,还需要再讨论,这篇文章先放在这里以供参考
新闻热点
疑难解答