ruby-cvs:17286
From: (gotoyuzo) <gotoyuzo ruby-lang.org>
Date: Mon, 31 Jul 2006 13:39:15 +0900
Subject: [ruby-cvs:17286] ruby, ruby, ruby/lib/webrick, ruby/test/webrick: * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve
gotoyuzo Mon, 31 Jul 2006 13:39:15 +0900
Modified files:
ruby:
version.h
ruby:
ChangeLog
ruby/lib/webrick:
httprequest.rb
ruby/test/webrick:
test_httprequest.rb
Log:
* lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve
for the value of IPv6 address in the Host: header field.
Revision Changes Path
1.1495 +3 -3 ruby/version.h
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/version.h?cvsroot=src&r1=1.1494&r2=1.1495
1.5234 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5233&r2=1.5234
1.11 +2 -1 ruby/lib/webrick/httprequest.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/webrick/httprequest.rb?cvsroot=src&r1=1.10&r2=1.11
1.2 +58 -0 ruby/test/webrick/test_httprequest.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/webrick/test_httprequest.rb?cvsroot=src&r1=1.1&r2=1.2