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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25360

request.setCharacterEncoding(String enc) does not work.





------- Additional Comments From [EMAIL PROTECTED]  2003-12-10 02:55 -------
Thanks for your reminding. I have reviewed the code. The 
parameters.setQueryStringEncoding method and the 
parameters.handleQueryParameters method handle the parameters in the encoded 
uri at both "get" and "post" method. Specially if the contentType 
equals "application/x-www-form-urlencoded" (the default encoding for all 
forms), it should deal with the parameters in the post body. The setEncoding 
method must be called before calling "parameters.processParameters(formData, 0, 
len)" method, otherwise you can call parameters.processParameters(formData, 0, 
len, enc)" directly.

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

Reply via email to