You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2010/01/14 14:48:04 UTC

DO NOT REPLY [Bug 48542] New: SoapSampler uses wrong response header field to decide if response is gzip encoded

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: jmeter-dev@jakarta.apache.org
        ReportedBy: tom@einwaller.net


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48542] SoapSampler uses wrong response header field to decide if response is gzip encoded

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48542

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Sebb <se...@apache.org> 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

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48542] SoapSampler uses wrong response header field to decide if response is gzip encoded

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48542

--- Comment #1 from Thomas Einwaller <to...@einwaller.net> 2010-01-14 05:48:49 UTC ---
Created an attachment (id=24843)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24843)
Patch that changes checked response header field to Content-Encoding

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org