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 2021/04/27 16:16:57 UTC

[Bug 65271] New: HTTP DELETE request params are shown twice in View Results Tree

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

            Bug ID: 65271
           Summary: HTTP DELETE request params are shown twice in View
                    Results Tree
           Product: JMeter
           Version: 5.4.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: dietmar.berchtold@nagarro.com
  Target Milestone: JMETER_5.5

Created attachment 37836
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37836&action=edit
screenshot showing duplicate param entry

Steps to reproduce:
- run attached JMX test
- open "View Results Tree"
- check Request Tab using HTTP view (see attached screenshot)
found: Request Parameter is shown twice

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

[Bug 65271] HTTP DELETE request params are shown twice in View Results Tree

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
I think this is not a problem with the displaying of the parameters in the tab,
but rather a problem with generating the request in the first place.

If I try your example with the mirror server, I can see, that the DELETE
request has a body with param=value and a query part with param=value. That
should probably be fixed.

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

[Bug 65271] HTTP DELETE request params are shown twice in View Results Tree

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

--- Comment #1 from Dietmar Berchtold <di...@nagarro.com> ---
Created attachment 37837
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37837&action=edit
JMX to reproduce error

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

[Bug 65271] HTTP DELETE request params are added to the body of request

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

Dietmar Berchtold <di...@nagarro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|HTTP DELETE request params  |HTTP DELETE request params
                   |are shown twice in View     |are added to the body of
                   |Results Tree                |request

--- Comment #3 from Dietmar Berchtold <di...@nagarro.com> ---
You are right. 
The request sends additonall body data. I updated the summary accordingly.

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