[Webtest] Re: ImmediateRefreshHandler vs. WaitingRefreshHandler

Mart Toom Mart Toom <mart.toom@aqris.com>
Mon, 01 Oct 2007 14:15:32 +0300


Hi Marc,

The version we are using is the latest WebTest snapshot and latest HtmlUnit build from SVN.

Please can you give some instructions how to go around this behavior?

It seems that "a few" is not enough in our case at the moment. Browsers are working just well with the page.
Is there a way to extend the number of refreshes to the same page?

Thanks in advance for your reply

Mart Toom

Marc Guillemot wrote:
> Hi,
> 
> this is not an OutOfMemoryError but it tells you that the html page
> contains a meta refresh tag with same location than the current page.
> Execution of this meta refresh is prevented as it would probably lead to
> an OutOfMemoryError.
> 
> Which WebTest build do you use? With a recent build the problem is
> surely not the same than in june 2005 because recent version of HtmlUnit
> accept "a few" refresh to the same location as browser do.
> 
> Marc.