My application has a jsp file that contains the following line:
top.location.href = uniqueURLFor('<html:rewrite page="/../home.do"/>');
When Webtest is hitting this code (using invoke), the invoke command get
stuck. I turn on all possible log levels in log4j.properties but did not
get any more information.
I just noticed that if I'm changing this line with a real url (like
top.location.href=http://localhost:8080/search/jsp/home.do) it's working
fine.
I tried also the version that works with HtmlUnit but it did not help.
Please help,
David