1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/webrick
gotoyuzo aa57e68b06 * 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.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-10-30 20:40:05 +00:00
..
httpauth
httpservlet * lib/webrick/httpservlet/cgihandler.rb 2005-10-30 20:40:05 +00:00
accesslog.rb
cgi.rb * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should 2005-09-28 06:16:59 +00:00
compat.rb
config.rb * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil. 2005-10-14 07:40:47 +00:00
cookie.rb * lib/webrick/httpservlet/cgihandler.rb 2005-10-30 20:40:05 +00:00
htmlutils.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00
httpauth.rb * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload): 2005-01-02 22:31:13 +00:00
httpproxy.rb
httprequest.rb * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should 2005-09-28 06:16:59 +00:00
httpresponse.rb
https.rb * lib/webrick/cgi.rb (CGI): add support for mod_ruby. 2003-12-22 21:13:06 +00:00
httpserver.rb
httpservlet.rb
httpstatus.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00
httputils.rb * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize), 2005-08-07 20:16:15 +00:00
httpversion.rb
log.rb
server.rb
ssl.rb
utils.rb
version.rb