Bug 60837 - GET with body, PUT are not retried even if retrycount is higher than 0
Summary: GET with body, PUT are not retried even if retrycount is higher than 0
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 3.1
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 20:37 UTC by Philippe Mouawad
Modified: 2017-03-12 15:09 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Philippe Mouawad 2017-03-08 20:39:39 UTC
Author: pmouawad
Date: Wed Mar  8 20:39:21 2017
New Revision: 1786077

URL: http://svn.apache.org/viewvc?rev=1786077&view=rev
Log:
Bug 60837 - Since version 3.1, HttpGet with a body may not be retried even if retrycount is higher than 0
Bugzilla Id: 60837

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2017-03-09 12:24:28 UTC
As per :
https://tools.ietf.org/html/rfc2616#section-9.1.2

PUT and GET are idempotent so can be retried under certain conditions.
Comment 3 Philippe Mouawad 2017-03-09 12:26:53 UTC
Author: pmouawad
Date: Thu Mar  9 12:25:32 2017
New Revision: 1786152

URL: http://svn.apache.org/viewvc?rev=1786152&view=rev
Log:
Bug 60837 - GET with body, PUT are not be retried even if retrycount is higher than 0
Bugzilla Id: 60837

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
    jmeter/trunk/xdocs/changes.xml
Comment 4 The ASF infrastructure team 2022-09-24 20:38:08 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4324