remm        2002/12/19 06:01:33

  Modified:    webapps/ROOT index.jsp
  Log:
  - I don't see any need to create a session here (and it messes up
    with my testing).
  
  Revision  Changes    Path
  1.8       +1 -0      jakarta-tomcat-catalina/webapps/ROOT/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/ROOT/index.jsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.jsp 14 Nov 2002 16:40:20 -0000      1.7
  +++ index.jsp 19 Dec 2002 14:01:33 -0000      1.8
  @@ -1,4 +1,5 @@
   <!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
  +<%@ page session="false" %>
   <html>
       <head>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  
  

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

Reply via email to