Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Cannot specify URIs with a custom scheme in command line #5

Closed
aperezdc opened this issue Mar 12, 2018 · 0 comments
Closed

Cannot specify URIs with a custom scheme in command line #5

aperezdc opened this issue Mar 12, 2018 · 0 comments
Assignees
Labels

Comments

@aperezdc
Copy link
Member

After the fix for #4, using custom URI scheme handlers is not possible because Dinghy will try to prepend http:// to the URIs which have a custom scheme. For example the following doesn't work:

dinghy -d myfiles:/path/to/files myfiles:/

The command above will try to load http://myfiles:/, which of course will fail.

@aperezdc aperezdc added the bug label Mar 12, 2018
@aperezdc aperezdc self-assigned this Mar 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant