https://issues.apache.org/bugzilla/show_bug.cgi?id=56231
Bug ID: 56231
Summary: Move redirect location processing from HC3/HC4
samplers to HTTPSamplerBase#followRedirects()
Product: JMeter
Version: 2.11
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Redirect location processing should all be handled in the shared method
HTTPSamplerBase#followRedirects(), rather than in individual samplers.
The location processing code thus needs to be removed from the HC3 and HC4
samplers, which should just store the location header for subsequent processing
by the method HTTPSamplerBase#followRedirects() (as is done by the Java and
Soap samplers).
Since it was found necessary to add location fixups to the HC3/HC4 samplers,
this must mean that the existing processing in the followRedirects() method was
incomplete. The next stage is to document the bug ids that drove changes to
HC3/HC4 and see how to integrate fixes for these in followRedirects().
To be continued.
--
You are receiving this mail because:
You are the assignee for the bug.