https://issues.apache.org/bugzilla/show_bug.cgi?id=54114
Priority: P1
Bug ID: 54114
Assignee: [email protected]
Summary: Jmeter is encoding the request data
Severity: major
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: HTTP
Product: JMeter
i am trying to record the test flow for a swing based stand-alone application
which uses a fingerprint impress device.
During recording, Jmeter is encoding the request data and replacing it with an
invalid value which the server doesn't processes and returns a null pointer
exception.
When i try to record the login screen upon entering the login credentials, on
submission server is throwing an error.
The request is sent as post data, but the length byte is converted to "%0C"
(shown below)
Jmeter recorded request data -
1%0Ciciciagent30%0BIMPVCAC8830%1DF04DA2F7DB60%2C00000000000000E0%0AV123456789%0D1352205382997
Why the length byte is getting encoded??, can't it pass the data as it is??
--
You are receiving this mail because:
You are the assignee for the bug.