ruby/lib/uri
shyouhei 176061e317 merge revision(s) 31578:
* lib/uri/generic.rb (#route_from_path): Fix a bug where
  URI('http://h/b/').route_to('http://h/b') wrongly returned './'
  (should be '../b'). [Bug #4476]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lang.org>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@31666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 22:29:17 +00:00
..
common.rb * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME 2007-12-10 09:31:55 +00:00
ftp.rb Merge this too. 2008-04-19 11:56:22 +00:00
generic.rb merge revision(s) 31578: 2011-05-20 22:29:17 +00:00
http.rb * lib/uri/generic.rb (URI::Generic::userinfo): should support 2007-02-15 02:41:45 +00:00
https.rb * lib/uri/generic.rb (URI::Generic::userinfo): should support 2007-02-15 02:41:45 +00:00
ldap.rb * lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP. 2004-07-17 13:07:46 +00:00
ldaps.rb * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS scheme; backported from 1.9. bug#19015, [ruby-dev:31896] 2008-04-15 09:41:47 +00:00
mailto.rb * lib/uri/generic.rb (URI::Generic::userinfo): should support 2007-02-15 02:41:45 +00:00