[#8815] Segfault in libc strlen, via rb_str_new2 — "Sean E. Russell" <ser@...>

Howdy,

12 messages 2006/09/09
[#8817] Re: Segfault in libc strlen, via rb_str_new2 — Eric Hodel <drbrain@...7.net> 2006/09/09

On Sep 8, 2006, at 10:10 PM, Sean E. Russell wrote:

Re: [PATCH] WEBrick::Cookie support for multiple cookies per set-cookie

From: GOTOU Yuuzou <gotoyuzo@...>
Date: 2006-09-08 01:10:51 UTC
List: ruby-core #8805
In message <20060906023817.GA13370@eviladmins.lan>,
 `Aaron Patterson <aaron_patterson@speakeasy.net>' wrote:
> WEBrick's cookie class has a method for parsing Set-Cookie headers, but
> that method doesn't support multiple cookies per Set-Cookie header.
> This patch gives WEBrick a new method for parsing multiple cookies out
> of a header.

Thanks. I've applied the patch, with some modifications.

This method did not exist so far, because I didn't hit on
the method of parsing Netscape cookie's expires parameter.

-- 
gotoyuzo

In This Thread