Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0-alpha1
-
None
Description
FileSystem.get(URI, conf) will return the default fs if the scheme is null, regardless of whether the authority is null too. This causes URIs of "//authority/path" to always refer to "/path" on the default fs. To the user, this appears to "work" if the authority in the null-scheme URI matches the authority of the default fs. When the authorities don't match, the user is very surprised that the default fs is used.