You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/05/27 16:24:42 UTC

[Bug 57978] unix:/ works with any number of / slashes except 2

https://bz.apache.org/bugzilla/show_bug.cgi?id=57978

AR <an...@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from AR <an...@yandex.ru> ---
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org