You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2003/07/07 21:11:01 UTC

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient Cookie.java

olegk       2003/07/07 12:11:00

  Modified:    httpclient/src/java/org/apache/commons/httpclient Tag:
                        HTTPCLIENT_2_0_BRANCH Cookie.java
  Log:
  Overlooked Cookie#parse method deprecated
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.38.2.1  +6 -4      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Cookie.java
  
  Index: Cookie.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Cookie.java,v
  retrieving revision 1.38
  retrieving revision 1.38.2.1
  diff -u -r1.38 -r1.38.2.1
  --- Cookie.java	4 Feb 2003 21:22:07 -0000	1.38
  +++ Cookie.java	7 Jul 2003 19:11:00 -0000	1.38.2.1
  @@ -705,6 +705,8 @@
        * Header}
        * @throws HttpException if an exception occurs during parsing
        * @throws IllegalArgumentException if domain or path are null
  +     * 
  +     * @deprecated use {@link CookieSpec} interface
        */
       public static Cookie[] parse(
           String domain, int port, String path, Header setCookie) 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org