diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-08 01:04:52 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-08 01:04:52 +0000 |
commit | b2a8ca6dd61358ed72c3d4f5f61767052c9b4d27 (patch) | |
tree | 2808640321b4b71eb9e172f54107728919167c99 /ChangeLog | |
parent | eba74dc219404e746f5e9273794e27c71be003db (diff) |
* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new
method to parse multiple cookies per Set-Cookie header.
Thanks to Aaron Patterson <aaron_patterson at speakeasy.net>.
[ruby-core:08802]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Sep 8 10:00:12 2006 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new + method to parse multiple cookies per Set-Cookie header. + Thanks to Aaron Patterson <aaron_patterson at speakeasy.net>. + [ruby-core:08802] + Fri Sep 8 08:59:30 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program |