Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new | gotoyuzo | 2006-09-08 | 1 | -0/+6 |
| | | | | | | | | | method to parse multiple cookies per Set-Cookie header. Thanks to Aaron Patterson <aaron_patterson at speakeasy.net>. [ruby-core:08802] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/webrick/httpservlet/cgihandler.rb | gotoyuzo | 2005-10-30 | 1 | -0/+24 |
| | | | | | | | | | | | | | | (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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/webrick: imported. | gotoyuzo | 2003-07-23 | 1 | -0/+80 |
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |