https://issues.apache.org/bugzilla/show_bug.cgi?id=48542
Summary: SoapSampler uses wrong response header field to decide
if response is gzip encoded
Product: JMeter
Version: 2.3.4
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [email protected]
currently the SoapSampler uses the response header field Transfer-Encoding to
decide if response is gzip encoded and has to be sent through the
GZIPInputStream
It should use the response header field Content-Encoding which is set to gzip
by apache for example if the response body is gzip encoded by mod_deflate
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]