參考文章 http://stackoverflow.com/questions/4470787/spring-rest-pathvariable-character-encoding
如果要在網址後傳遞 UTF-8 的參數http://localhost:8080/CattonOAuth1/tel/%E8%B3%87%E8%A8%8A
要設定 tomcat conf/server.xml
Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" 加上
URIEncoding="UTF-8"
沒有留言:
張貼留言