Bug 48542

Summary: SoapSampler uses wrong response header field to decide if response is gzip encoded
Product: JMeter - Now in Github Reporter: Thomas Einwaller <tom>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: major    
Priority: P2    
Version: 2.3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: Patch that changes checked response header field to Content-Encoding

Description Thomas Einwaller 2010-01-14 05:48:04 UTC
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
Comment 1 Thomas Einwaller 2010-01-14 05:48:49 UTC
Created attachment 24843 [details]
Patch that changes checked response header field to Content-Encoding
Comment 2 Sebb 2010-01-14 06:13:05 UTC
Oops! Thanks for the report, fixed in:

URL: http://svn.apache.org/viewvc?rev=899207&view=rev
Log:
Bug 48542 - SoapSampler uses wrong response header field to decide if response is gzip encoded
Comment 3 The ASF infrastructure team 2022-09-24 20:37:44 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2330