tomcat 5.0 以後對於 request 送過來的編碼有了不同的處理方式, 爲了讓 Post method 的編碼可以正確的被編輯, 利用這一個Filter 將所有傳送過來的request 作統一的編碼動作, 不需要在程式中撰寫相關的編碼動作.
使用:
在web.xml 中 放入下面描述.
CharacterEncoding
com.jant.web.CharacterEncodingFilter
encoding
Big5
CharacterEncoding
/*
encoding 參數要放編碼的代號 : Big5, UFT-8, .....
沒有留言:
張貼留言