DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41705

           Summary: Make HTTP Sampler POST using specified encoding
           Product: JMeter
           Version: 2.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Currently, both variants of the HTTP Request (the normal and the one using HTTP
Client) is using default encoding when submitt a POST request.

It ought to be possible to specify what encoding should be used when posting the
data to the web server.

The Http Request (class name HttpSampler / PostWriter) is currently using the
default platform character encoding when doing a POST request.
The Http Request HTTPClient (class name HttpSampler2) is currently using
ISO-8859-1 as the character encoding when doing a POST request.

It would be nice if it was possible to specify the encoding to use for the POST
in the HTTP Request parameters section.

As the situation is today, if you have som values which are encoded as UTF-8,
they are not properly transmitted to the web server.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to