https://bz.apache.org/bugzilla/show_bug.cgi?id=62116
Bug ID: 62116
Summary: HTTP request unicode file name
Product: JMeter
Version: 4.0
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
HTTP request when uploading file with the unicode name, name is not getting
percentage encoded in header.
File name:
jmeter-pdf-unicode-与自.pdf
Header:
Content-Disposition: form-data; name="file";
filename="jmeter-pdf-unicode-??.pdf"
Should be:
Content-Disposition: form-data; name="file";
filename="jmeter-pdf-unicode-%E4%B8%8E%E8%87%AA.pdf.pdf"
or
Content-Disposition: form-data; name="file";
filename*=UTF-8''jmeter-pdf-unicode-%E4%B8%8E%E8%87%AA.pdf.pdf
--
You are receiving this mail because:
You are the assignee for the bug.