vmassol     2002/08/31 11:16:17

  Modified:    documentation/docs/xdocs changes.xml
  Log:
  * Fixed bug in new HttpClient wrapper in Cactus with regards to the headers returned 
in the HTTP response (they were offset by one and the status line was not returned as 
a header).
  * Added  a test for HttpUnit integration which tests the previous bug fix
  
  Revision  Changes    Path
  1.45      +9 -0      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- changes.xml       31 Aug 2002 15:07:26 -0000      1.44
  +++ changes.xml       31 Aug 2002 18:16:17 -0000      1.45
  @@ -73,6 +73,15 @@
       </release>
   
       <release version="1.4.1" date="31 August 2002">
  +      <action dev="VMA" type="add" due-to="Hirsch Richard" 
due-to-email="[EMAIL PROTECTED]">
  +        Added a sample (and thus a test for Cactus) for HttpUnit integration
  +        as part of the Cactus sample.
  +      </action>
  +      <action dev="VMA" type="fix" due-to="Hirsch Richard" 
due-to-email="[EMAIL PROTECTED]">
  +        Fixed bug in new HttpClient wrapper in Cactus with regards to the 
  +        headers returned in the HTTP response (they were offset by one and
  +        the status line was not returned as a header).
  +      </action>
         <action dev="VMA" type="fix" due-to="Micah Williams" 
due-to-email="[EMAIL PROTECTED]">
           Fixed bug where <code>NullPointerException</code> would be thrown by Cactus
           <code>ServletTestRunner</code> if an exception raised in a test case had not
  
  
  

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

Reply via email to