From: Vincent Batts Date: 2011-05-12T22:28:55+09:00 Subject: [ruby-core:36133] [Ruby 1.9 - Bug #4673][Open] URI::Generic registry is not properly set. Issue #4673 has been reported by Vincent Batts. ---------------------------------------- Bug #4673: URI::Generic registry is not properly set. http://redmine.ruby-lang.org/issues/4673 Author: Vincent Batts Status: Open Priority: Normal Assignee: Category: lib Target version: 1.9.3 ruby -v: ruby 1.9.3dev (2011-05-12) [x86_64-linux] irb(main):043:0> URI("info:bibcode/foo/123").registry => nil irb(main):044:0> URI("info:dlf/Aquifer/AssetActions/getWebView").registry => nil More info: * http://www.ietf.org/rfc/rfc2396.txt * http://info-uri.info/registry/ * http://info-uri.info/registry/docs/drafts/draft-vandesompel-info-uri-04.txt -- http://redmine.ruby-lang.org