From: Hiroshi Nakamura Date: 2011-06-28T10:48:42+09:00 Subject: [ruby-core:37598] [Ruby 1.9 - Bug #4673] URI::Generic registry is not properly set. Issue #4673 has been updated by Hiroshi Nakamura. Assignee set to Yui NARUSE ---------------------------------------- Bug #4673: URI::Generic registry is not properly set. http://redmine.ruby-lang.org/issues/4673 Author: Vincent Batts Status: Feedback Priority: Normal Assignee: Yui NARUSE 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