If rootpath starts with protocol prefix, then set them.
Sponsored by: Oktawave
Relnote: Yes
Differential D10854
Add support for protocol prefixes in rootpath kczekirda on May 22 2017, 12:40 PM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event Timeline
Comment Actions I have no problem with this code going in as it is here, it can be evolved with a table post commit.
Comment Actions I don't like the current approach as it is not a valid URI parser for example with that approach tftp://ip/something will not work Comment Actions tftp://192.168.1.1:/tftproot is weird I would accept tftp://<ip>/path or tftp:/path and only keep <ip>:/path for compatibility for nfs In the futur with http we will want http://ip[:port]/path so the format |