vmassol     01/09/15 07:21:30

  Modified:    docs/framework/xdocs todo.xml
  Log:
  updated todo list
  
  Revision  Changes    Path
  1.53      +10 -5     jakarta-cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- todo.xml  2001/09/15 12:40:42     1.52
  +++ todo.xml  2001/09/15 14:21:30     1.53
  @@ -72,11 +72,6 @@
           version if you use these API, it will return the native path for the
           Servlet Redirector and not for your servlet being tested
         </action>
  -      <action>
  -        Add an API in <code>WebRequest</code> to send data to the URL
  -        connection output stream. This is to easily test code that sends bytes
  -        of data as POST data to the servlet.
  -      </action>
       </category>
   
     </version>
  @@ -99,6 +94,16 @@
       </category>
   
       <category title="Design/Code">
  +      <action>
  +        Add an API in <code>WebRequest</code> to send data to the URL
  +        connection output stream. This is, for example, to easily test code
  +        that upload files to a servlet. This would need managing
  +        "multipart/form-data" MIME type in the HTTP connection. A
  +        convenience method, like
  +        <code>WebRequest.uploadFile(InputStream)</code> should be added. We
  +        should wait till Cactus moves to using commons-httpclient for HTTP
  +        connections (in replacement of <code>HttpURLConnection</code>).
  +      </action>
         <action>
           Design and implement a mechanism for better supporting unit testing of
           EJBs (they are currently supported). There are several possible
  
  
  

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

Reply via email to