jetty,tomcat URI傳中文引數亂碼的解決辦法

zenzuguo發表於2007-09-28

tomcat: server.xml中connector中加上:useBodyEncodingForURI="true"

example:

maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="1000"
connectionTimeout="20000" disableUploadTimeout="true" useBodyEncodingForURI="true"/>

Jetty: webdefault.xml中加上一段:


jsp
org.apache.jasper.servlet.JspServlet
<!--主要是這一段--&gt
javaEncoding
GBK

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/106285/viewspace-973539/,如需轉載,請註明出處,否則將追究法律責任。

相關文章