Bug 65271

Summary: HTTP DELETE request params are added to the body of request
Product: JMeter - Now in Github Reporter: Dietmar Berchtold <dietmar.berchtold>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 5.4.1   
Target Milestone: JMETER_5.5   
Hardware: PC   
OS: All   
Attachments: screenshot showing duplicate param entry
JMX to reproduce error

Description Dietmar Berchtold 2021-04-27 16:16:57 UTC
Created attachment 37836 [details]
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
Comment 1 Dietmar Berchtold 2021-04-27 16:17:43 UTC
Created attachment 37837 [details]
JMX to reproduce error
Comment 2 Felix Schumacher 2021-04-27 19:38:11 UTC
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.
Comment 3 Dietmar Berchtold 2021-04-28 08:13:52 UTC
You are right. 
The request sends additonall body data. I updated the summary accordingly.
Comment 4 The ASF infrastructure team 2022-09-24 20:38:22 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5527