You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/05/25 19:19:44 UTC

cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus WebResponse.java

vmassol     2003/05/25 10:19:44

  Modified:    framework/src/java/share/org/apache/cactus WebResponse.java
  Log:
  getCookieIgnoreCase() appeared in Cactus 1.5
  
  Revision  Changes    Path
  1.10      +2 -1      jakarta-cactus/framework/src/java/share/org/apache/cactus/WebResponse.java
  
  Index: WebResponse.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/WebResponse.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- WebResponse.java	3 Jan 2003 15:35:47 -0000	1.9
  +++ WebResponse.java	25 May 2003 17:19:44 -0000	1.10
  @@ -241,6 +241,7 @@
        *
        * @param theName the cookie name to find (case-insensitive)
        * @return the cookie or null if not found
  +     * @since 1.5
        */
       public Cookie getCookieIgnoreCase(String theName)
       {
  
  
  

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