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 2004/08/08 14:50:09 UTC

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

olegk       2004/08/08 05:50:09

  Modified:    httpclient/src/java/org/apache/commons/httpclient/methods
                        PostMethod.java
  Log:
  RFC reference corrected
  
  Revision  Changes    Path
  1.58      +6 -6      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java
  
  Index: PostMethod.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- PostMethod.java	30 Jul 2004 02:08:51 -0000	1.57
  +++ PostMethod.java	8 Aug 2004 12:50:09 -0000	1.58
  @@ -40,8 +40,8 @@
   /**
    * Implements the HTTP POST method.
    * <p>
  - * The HTTP POST method is defined in section 8.3 of
  - * <a href="http://www.ietf.org/rfc/rfc1945.txt">RFC1945</a>:
  + * The HTTP POST method is defined in section 9.5 of 
  + * <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
    * <blockquote>
    * The POST method is used to request that the origin server accept the entity
    * enclosed in the request as a new subordinate of the resource identified by
  
  
  

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