>>>>> "S" == Simone Carletti <weppos / gmail.com> 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] #<URI::HTTP:0xb7c45d44 URL:http:/foo.bar.com> vgs% Guy Decoux