GitHub user benbenw opened a pull request:

    https://github.com/apache/jmeter/pull/98

    Bug 58954 : Request view http does not correctly display http parameter if 
it contains '&'.

    the problem comes from the url decode done before the split of the 
parameters and not after.
    This patch also implements a less hacky solution for bugs 52491 and 54055

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benbenw/jmeter displayhttpreq

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jmeter/pull/98.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #98
    
----
commit 551f6fe9a40a893e198cedd4b82dd2a2033d1e75
Author: benoit <[email protected]>
Date:   2016-01-13T13:51:30Z

    Request view http does not correctly display http parameter if it
    contains '&'.
    the problem comes from the url decode done before the split of the
    parameters and not after.
    This patch also implements a non hacky solution for bugs 52491 and 54055

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to