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

Shift_JIS Response Data is corrupted in View Result in Tree 

           Summary: Shift_JIS Response Data is corrupted in View Result in
                    Tree
           Product: JMeter
           Version: 1.9.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I tested JMeter to access KANJI(Shift_JIS encoding) pages.
I looked at "View Results in Tree" , KANJI data is corrupted.
ASCII chars are normally readable.

I read into source code, "View Results in Tree" get response byte[] 
by SampleResult.getResponseData(), and convert to String with "utf-8" encoding.
This "utf-8" is literally written there.

Checking in other place, where the byte[] data from 
 SampleResult.getResponseData() is converted to String,
 used encoding is "utf-8" literal or platform's default.

It is very unusefull (or leads wrong action?) that
 response data's encoding isn't decided by response's header
 or user's indication(for example, jmeter.properties).

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

Reply via email to