Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support relative paths in unix domain file uri #965

Closed
melowe opened this issue Jan 10, 2020 · 0 comments · Fixed by #966
Closed

Support relative paths in unix domain file uri #965

melowe opened this issue Jan 10, 2020 · 0 comments · Fixed by #966
Assignees
Labels
0.10.3 0.10.3 enhancement Non-user code enhancements feature User features

Comments

@melowe
Copy link
Contributor

melowe commented Jan 10, 2020

Some reports of users expecting that the domain socket file path syntax should be able to interpret to tokens and relative paths where no root is defined to be supported. While its reasonable that URIs shouldn't use relative paths it is reasonable to say that our config could have some provision for this.

Goal
URIs with a unix: prefix should be able to handle no root slash or the use of a single dot as an implicit reference to the current working directory.

Sample pseudo uris
unix:./bogus.ipc
unix:bogus

Exception
Dont support
unix:../bogus.ipc
We don't want to have to handle navigation out of the cwd. An invalid uri exception should be raised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.10.3 0.10.3 enhancement Non-user code enhancements feature User features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants