2012年4月16日 星期一

解決 URL 亂碼問題

解決 URL 亂碼問題
修改 server 專案裡面的 server.xml 這一行如下
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="UTF-8"/>