We have a web application with a meta tag (shown below) in the header  for all  
pages which detects an expired session and redirects the user to a session 
timeout page. Unfortunately when we run a jwebunit test client against our app, 
we are always being redirect to the session timeout page when accessing a page. 
Does anyone know of a way to have jwebunit either ignore this tag or otherwise 
get around it?
Thanks in advance.
 
 
<
URL=metahttp-equiv="Refresh"content="<%=request.getSession().getMaxInactiveInterval()%>;<c:urlvalue="/sessionTimeout.do"/>"/>


      
------------------------------------------------------------------------------
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to