[Zope-dev] Cookie Crumbler ignores HTTP HEAD?
   
    Brent Hendricks
     
    brentmh@ece.rice.edu
       
    Thu, 24 Apr 2003 17:30:59 -0500
    
    
  
Shane Hathaway wrote:
> Brent M Hendricks wrote:
> 
>> I see in the code for CookieCrumbler.modifyRequest() that it disables 
>> cookies if the HTTP method is not GET, PUT, or POST.  Specifically 
>> this means that it won't accepct cookie auth for HEAD requests.  This 
>> is causing problems on my site for users with some browsers.
>> Could it be added in?
> 
> 
> Yes.
Cool, thanks for reply.  If I send in the 1-line patch is there a chance 
of it getting applied on the 2.6/2.7 branch?
--Brent