diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Mon Oct 31 05:37:20 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/httpservlet/cgihandler.rb + (WEBrick::HTTPServlet::CGIHandler#do_GET): the value of Set-Cookie: + header field should be splited into each cookie. [ruby-Bugs:2199] + + * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookie): new method + to parse the value of Set-Cookie: header field. + + * test/webrick/test_cookie.rb, test/webrick/test_cgi.rb, + test/webrick/webrick.cgi: add some test for cookie. + Mon Oct 31 03:19:36 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/readline/readline.c (readline_readline): type check. |
