You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by is...@apache.org on 2014/03/13 16:55:35 UTC

svn commit: r1577216 - /httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm

Author: issac
Date: Thu Mar 13 15:55:35 2014
New Revision: 1577216

URL: http://svn.apache.org/r1577216
Log:
Remove redundant httpcookie documentation

https://issues.apache.org/bugzilla/show_bug.cgi?id=51648

Modified:
    httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm

Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm?rev=1577216&r1=1577215&r2=1577216&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm Thu Mar 13 15:55:35 2014
@@ -450,20 +450,6 @@ Get or set the HttpOnly flag for the coo
 
 
 
-=head2 httponly
-
-    $cookie->httponly()
-    $cookie->httponly($set)
-
-Get or set the HttpOnly flag for the cookie:
-
-    $cookie->httponly(1);
-    $is_HttpOnly = $cookie->httponly;
-    $cookie->httponly(0);
-
-
-
-
 =head2 comment
 
     $cookie->comment()