Hi Scott
We solved this problem and now we are able to apply the Regular Expression after all
the redirects have completed. It was working fine. Following are the steps we followed.
1. First we changed process method of org.apache.jmeter.extractor.RegexExtractor class
a.context.getPreviousResult() returns the SamplerResult
b.we get all the sub Sampler Results into an array by calling getSubResults() on
SamplerResult object
c.Get the last element from this array and check the pattern matching on this.
2. Note: "Follow redirects" option should be on in the HTTP sampler.
Hope this solves your issue. Please let us know your comments so that we can ask for
the changes to the CVS.
Thanks
Applabs Team