vmassol     01/07/01 11:59:52

  Modified:    cactus/docs/framework/xdocs todo.xml
  Log:
  new todos ...
  
  Revision  Changes    Path
  1.29      +9 -0      jakarta-commons/cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- todo.xml  2001/07/01 14:37:06     1.28
  +++ todo.xml  2001/07/01 18:59:51     1.29
  @@ -83,6 +83,11 @@
         <action>
           Add Ant scripts to support WebLogic 6.0.
         </action>
  +      <action>
  +        In the Ant task that stops a servlet engine, do not stop it if the
  +        server was running before the start task was called. In other words, if
  +        the server was running before running the Ant tests, leave it running.
  +      </action>
       </category>
   
       <category title="Design/Code">
  @@ -110,6 +115,10 @@
           Check why zipped distributable files have a mode of 644 on unix systems
           (it should rather be 755). Reported by Jason Crickmer. Need to verify
           first that the problem still exist.
  +      </action>
  +      <action>
  +        Support unit testing of Servlet code that uses Security APIs, such as
  +        <code>isUserInRole()</code>, ...
         </action>
       </category>
   
  
  
  

Reply via email to