https://bz.apache.org/bugzilla/show_bug.cgi?id=57978
AR <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from AR <[email protected]> --- This is not a bug. General qualified URI scheme is: <scheme>:[ "//" [ <hostname> ] ] <path> Thus, protocol:something - local relative path (implementation-dependent, do NOT rely on this functionality); protocol:/something - local absolute path; protocol://something - unknown path on remote host "something" (commonly considered equivalent to "protocol://something/", i.e. root path on "something" host); protocol:///something - absolute path on unnamed(=local) host (also often seen the more explicit form "protocol://./something"; since FQDN name ends in a dot, a lone dot represents an empty name). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
