From: Marc-Andre Lafortune Date: 2009-12-24T16:38:36+09:00 Subject: [ruby-core:27309] [Bug #2525] URI#normalize incomplete Bug #2525: URI#normalize incomplete http://redmine.ruby-lang.org/issues/show/2525 Author: Marc-Andre Lafortune Status: Assigned, Priority: Normal Assigned to: akira yamada, Category: lib ruby -v: ruby 1.9.2dev (2009-12-24 trunk 26163) [x86_64-darwin10.2.0] "hTTp://example.com/" and "http://exa%4dple.com/" should both be normalized to "http://example.com/" as per RFC 3986. They currently are not and thus not considered ==. Tests added to RubySpec ---------------------------------------- http://redmine.ruby-lang.org