Hello, The HTTP sampler doesn't accept more than 5 redirections. This limit is a constant defined in the code of the HTTPSamplerBase class. For my purpose I had to extend the limit (I have a test case for which 6 redirects are processed).
I think it could be interesting to have this limit set in a properties file instead of having to recompile the code, couldn't it ? Regards. PiRanha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

