https://issues.apache.org/bugzilla/show_bug.cgi?id=49039

           Summary: Bug proxy with multipart byte
           Product: JMeter
           Version: 2.3.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: cilstep...@gmail.com


Created an attachment (id=25224)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25224)
Without proxy and with proxy

I send a http request with multipart data.
My data are bytes and content-type */*.
Without proxy JMeter, my request is ok.
With JMeter proxy, data are corrupted and my content-type is modified to
text/plain.
I try to debug proxy in eclipse and i think the problem come from the class
PostWriter.java witch create a new String from data so in my case a new String
from byte.
So some characters are mismatched.
I attach two screenshots.

Thx for your help

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

Reply via email to