From: Simone Carletti Date: 2008-03-04T22:44:59+09:00 Subject: Does this URI.parse http:/ bug has been fixed in Ruby 1.9? Hello list, I'm looking for someone with a Ruby 1.9 installation for a quick test. I just discovered a bug in URI.parse. This to run the following code: > URI.parse("http:/foo.bar.com") It returns an URI object but I would expect an error. # Someone can tell me if Ruby 1.9 addressed this bug? Thanks, -- Simone