olegk       2003/07/05 15:59:15

  Modified:    httpclient API_CHANGES_2_1.txt
  Log:
  API_CHANGES_2_1.txt document updated
  
  Contributed by Oleg Kalnichevski
  
  Revision  Changes    Path
  1.2       +15 -5     jakarta-commons/httpclient/API_CHANGES_2_1.txt
  
  Index: API_CHANGES_2_1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/API_CHANGES_2_1.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- API_CHANGES_2_1.txt       5 Jul 2003 19:23:12 -0000       1.1
  +++ API_CHANGES_2_1.txt       5 Jul 2003 22:59:15 -0000       1.2
  @@ -1,14 +1,24 @@
   This document outlines API incompatibilities between 2.0 and 2.1 releases
   
  -* UrlDeleteMethod, UrlHeadMethod, UrlOptionsMethod, UrlPostMethod, 
  -  UrlPutMethod classes removed. Use their non-Url counterparts instead.
  +* HttpUrlMethod interface, UrlDeleteMethod, UrlHeadMethod, UrlOptionsMethod, 
  +  UrlPostMethod, UrlPutMethod classes removed. Use their non-Url counterparts 
instead.
   
  -* Disk buffering code in GetMethod removed. Use custom buffering logic when
  +* Disk buffering code in GetMethod removed. Use custom buffering logic where
     appropriate.
   
   * ExpectContinueMethod class (and its sub-classes: EntityEnclosingMethod, 
     PostMethod, PutMethod, MultipartPostMethod) no longer extends GetMethod class.
     It is now directly derived from HttpMethodBase class. 
   
  -* Http connection manager can no longer be set via HttpState methods. Http 
  -  connection manager can now only be set via HttpClient methods.
  +* Connection manager can no longer be set via HttpState methods. It can now only be 
  +  set via HttpClient methods.
  +
  +* Deprecated classe Authenticator removed. Use HttpAuthenticator class instead.
  +
  +* Deprecated RequestOutputStream, ResponseInputStream classes removed.
  +
  +* Deprecated methods in classes Cookie, HttpClient, HttpConnection, HttpState, URI,
  +  URIUtil removed.
  +
  +* NTLM classes moved to org.apache.commons.httpclient.auth package amd made private
  +
  
  
  

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

Reply via email to