Bug 59079

Summary: "httpsampler.max_redirects" property is not enforced when "Redirect Automatically" is used
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2016-02-26 21:22:30 UTC
As reported within Bug 59047.
Regarding httpsampler.max_redirects, there is indeed a BUG, as we don't enforce the property "http.protocol.max-redirects" in HTTPHC4Impl to the value of JMeter property "httpsampler.max_redirects".
Comment 1 Philippe Mouawad 2016-03-05 16:00:51 UTC
Author: pmouawad
Date: Sat Mar  5 16:00:12 2016
New Revision: 1733731

URL: http://svn.apache.org/viewvc?rev=1733731&view=rev
Log:
Bug 59079 - "httpsampler.max_redirects" property is not enforced when "Redirect Automatically" is used
Bugzilla Id: 59079

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