vmassol     01/09/05 01:45:01

  Modified:    cactus/docs/framework/xdocs changes.xml
  Log:
  corrected bug #3427 : disable follow redirects in the Cactus HTTP client (thanks to 
Tony Payne)
  
  Revision  Changes    Path
  1.44      +7 -0      jakarta-commons/cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- changes.xml       2001/08/31 16:58:03     1.43
  +++ changes.xml       2001/09/05 08:45:01     1.44
  @@ -87,6 +87,13 @@
       </devs>
   
       <release version="1.2 in CVS">
  +      <action dev="VMA" type="fix" due-to="Tony Payne" 
due-to-email="[EMAIL PROTECTED]">
  +        (<link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3427";>
  +        Bug #3427</link>).
  +        The Cactus HTTP client was following redirects.
  +        This is wrong for unit tests as we should be able to assert returned
  +        headers, cookies, ... even for a redirect response.
  +      </action>
         <action dev="VMA" type="add">
           New <code>WebRequest.addCookie(String theDomain, String
           theName, String theValue)</code> and
  
  
  

Reply via email to