vmassol     2002/08/29 14:02:37

  Modified:    documentation/docs/xdocs todo.xml
  Log:
  more ideas :-)
  
  Revision  Changes    Path
  1.24      +8 -0      jakarta-cactus/documentation/docs/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/todo.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- todo.xml  28 Aug 2002 19:50:10 -0000      1.23
  +++ todo.xml  29 Aug 2002 21:02:37 -0000      1.24
  @@ -70,6 +70,14 @@
   
       <category title="Design/Code">
         <action>
  +        Add support for Servlet API 2.4 (and test with Tomcat 5). 
  +      </action>
  +      <action>
  +        Replace access to instance variables of redirectors by method calls.
  +        For example, replace "request.xxx()" by 
  +        "getHttpServletRequest().xxx()". Deprecate the direct access.
  +      </action>
  +      <action>
                Remove HttpURLConnection and replace it by the one we have submitted
                to the HttpClient project.
         </action>
  
  
  

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

Reply via email to