Ref T11222. When we parse "host.com:123", it could be a Git-style URI pointing at the file named "123" on the host. We currently interpret it as such.
Instead, always assume that completely numeric "paths" are port numbers.
Differential D16187
Disambiguate "host.com:123" as a port, not a relative path epriestley on Jun 28 2016, 9:40 PM. Authored by Tags None Referenced Files
Subscribers None
Details Ref T11222. When we parse "host.com:123", it could be a Git-style URI pointing at the file named "123" on the host. We currently interpret it as such. Instead, always assume that completely numeric "paths" are port numbers. Added failing test; made it pass.
Diff Detail
|