patrickl    01/11/30 19:09:19

  Modified:    webapps/admin login.jsp
  Log:
  Make redirect to login.jsp smoother if a timeout occurs. Now, we redirect to "." so 
that, once you relogin after a timeout, the user will be forward to the welcome page.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat-4.0/webapps/admin/login.jsp
  
  Index: login.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/login.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- login.jsp 2001/11/13 01:00:03     1.3
  +++ login.jsp 2001/12/01 03:09:19     1.4
  @@ -13,7 +13,7 @@
   
     <!--
       if (window.self != window.top) {
  -      window.open(window.location, "_top");
  +      window.open(".", "_top");
       }
     // -->
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to