DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36341>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36341





------- Additional Comments From [EMAIL PROTECTED]  2005-08-25 15:15 -------
Note sure how relevant this is, but regarding request params: we have been using
a servlet filter to solve this issue in all our J2EE apps for years. What we do 
is:

* Serve all HTTP responses in UTF-8 (so that browsers also make requests with
the same encoding)
* Change all request encodings to UTF-8 in the servlet filter
(request.setCharacterEncoding)

It has proven a great solution and works transparently for all other code (with
the possible exception of other filters that may be called before the one that
sets the request encoding, this can be unpredictable in J2EE 1.3)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to