You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/07/27 05:19:45 UTC

[Bug 59903] New: Jmeter doesn't properly urlencode character '+'

https://bz.apache.org/bugzilla/show_bug.cgi?id=59903

            Bug ID: 59903
           Summary: Jmeter doesn't properly urlencode character '+'
           Product: JMeter
           Version: 3.0
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: zhaoyuz@outlook.com

Created attachment 34075
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34075&action=edit
the parameter I sent and it's value after urlencoded

Sent a http sample to the server with a parameter 'huioi1+312'
This parameter in the HTTP Request should be 'huioi1%2B312'
But I get this: 'huioi1 312'

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59903] Jmeter doesn't properly urlencode character '+'

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 OS|                            |All
             Status|NEW                         |RESOLVED

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
There is an "Encode?" switch right to your parameter value, which you should
enable, when you want to encode your parameter. If you check that switch, your
problem should be solved.

If you have more problems, then ask on the users mailing list first, please. If
it is really a bug, you can re-open this ticket after the discussion.

-- 
You are receiving this mail because:
You are the assignee for the bug.