Bug 60070 - jmeter proxy corrupts simplified chinese character display
Summary: jmeter proxy corrupts simplified chinese character display
Status: RESOLVED INVALID
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 3.0
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 23:48 UTC by harry_no_spot
Modified: 2017-01-23 13:10 UTC (History)
1 user (show)



Attachments
jmeter proxy corrupts simplified chinese character display (113.69 KB, image/png)
2016-08-30 23:48 UTC, harry_no_spot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description harry_no_spot 2016-08-30 23:48:54 UTC
Created attachment 34186 [details]
jmeter proxy corrupts simplified chinese character display

1. a firefox browser, a web server. use ff to access web server, do a post in a submit page, and the result page displayed ok in ff.

2. start jmeter and let it be a proxy, ff to access web server through jmeter proxy. do the same thing, the submitted information displayed not ok in ff. I expected it to be display correct simplified chinese character, but it's ????

So the jmeter proxy corrupts the interaction between the browser & web server...

plz refer the picture and u will see.
Comment 1 harry_no_spot 2016-08-31 13:39:13 UTC
plz check
DefaultSamplerCreater.computeFromPostBody
&
PostWriter.ENCODING  (also hard-coded as ISO-8859-1)
Comment 2 harry_no_spot 2016-08-31 15:16:06 UTC
alse check
DefaultSamplerCreater.createSampler

for it does not set sampler's content encoding. so jmeter proxy as a client sample to the web server will have some problem.
Comment 3 Philippe Mouawad 2016-12-04 13:38:30 UTC
Hello,
In order to work on this issue, would it be possible to provide sample HTML page that are broken on recording ?
Thank you
Comment 4 Philippe Mouawad 2017-01-23 13:10:43 UTC
Without further information , we cannot work on this issue.
So closing as INVALID.
Feel free to reopen with required information.
Comment 5 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4084