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
nahi cc8bc6b7b6 Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
* lib/webrick/cookie.rb (WEBrick::Cookie.parse): 'white space is
          permitted between tokens' according to RFC2965. Though 'Netscape 
          spec' does not define the syntax clearly, make it tolerant as a 
          server. As a real-world example, rest-client gem sends
          'Cookie: foo=1;bar=2'

        * test/webrick/test_cookie.rb (test_parse_non_whitespace): test it. 


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-04-01 10:02:03 +00:00
..
httpauth * lib/webrick/httpauth/digestauth.rb 2010-10-21 06:56:17 +00:00
httpservlet * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
accesslog.rb * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): support 2010-12-09 10:16:50 +00:00
cgi.rb * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
compat.rb
config.rb Add documentation for WEBrick's DigestAuth 2010-09-11 06:21:51 +00:00
cookie.rb Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org> 2011-04-01 10:02:03 +00:00
htmlutils.rb
httpauth.rb
httpproxy.rb
httprequest.rb * lib/webrick/httprequest.rb (read_request_line): extend max 2010-10-28 04:53:57 +00:00
httpresponse.rb * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
https.rb
httpserver.rb
httpservlet.rb
httpstatus.rb
httputils.rb
httpversion.rb
log.rb * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
server.rb
ssl.rb
utils.rb
version.rb