You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/12/25 05:45:42 UTC

DO NOT REPLY [Bug 25753] New: - Charset encoding of form request parameter

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=25753>.
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=25753

Charset encoding of form request parameter

           Summary: Charset encoding of form request parameter
           Product: JMeter
           Version: 1.9.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: suzuki@comnic.co.jp


I'm using J2DK-1.4.2_003 on Win2K/Japanese.

I filled KANJI into form request parameter and check "Encode?" of HTTP Request.
Then run it and look at "View Results in Tree",
The parameter is URL-Encoded as Shift_JIS charset encoding.
How can I send it as EUC-JP charset encoding?

I read soruce code , its URL Encoding is done by URLEncoder.encode(String)
 which uses "platform's default" charset.(see j2dk 1.4 API specification)
So, I can't specify its charset.
And, the default of form parmeter's charset should be the page's charset
 where the form exists.

I want some right handling of form parameter's charset.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org