From: ts Date: 2008-03-04T23:38:39+09:00 Subject: Re: Does this URI.parse http:/ bug has been fixed in Ruby 1.9? >>>>> "S" == Simone Carletti writes: S> Someone can tell me if Ruby 1.9 addressed this bug? vgs% ./ruby -ruri -ve 'p URI.parse("http:/foo.bar.com")' ruby 1.9.0 (2008-03-04 revision 15686) [i686-linux] # vgs% Guy Decoux