craigmcc    01/03/26 12:50:48

  Modified:    webapps/examples/jsp/security/protected index.jsp
  Log:
  Explicitly identify the destination of the form submit, so that this page
  works correctly when used in a form-based login environment.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-tomcat-4.0/webapps/examples/jsp/security/protected/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/webapps/examples/jsp/security/protected/index.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.jsp 2000/08/17 00:58:17     1.1
  +++ index.jsp 2001/03/26 20:50:47     1.2
  @@ -37,7 +37,7 @@
   
   To check whether your username has been granted a particular role,
   enter it here:
  -<form method="GET">
  +<form method="GET" action="index.jsp">
   <input type="text" name="role" value="<%= role %>">
   </form>
   
  
  
  

Reply via email to