Project

General

Profile

Actions

Bug #7310

closed

URI::FTP API inconsistency

Added by t3hk0d3 (Igor Yamolov) over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
1.9.3p194
Backport:
[ruby-core:49094]

Description

1.9.3p194 :012 > test = URI.parse("http://test/")
=> #<URI::HTTP:0x0000000142c100 URL:http://test/>
1.9.3p194 :013 > test.path
=> "/"
1.9.3p194 :014 > test = URI.parse("ftp://test/")
=> #<URI::FTP:0x00000001441488 URL:ftp://test/>
1.9.3p194 :015 > test.path
=> ""

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0