-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
URL handling tech debt #9603
Copy link
Copy link
Open
7 / 77 of 7 issues completedLabels
bugfetchingNetworking with the outside (non-Nix) world, input lockingNetworking with the outside (non-Nix) world, input locking
Metadata
Metadata
Assignees
Labels
bugfetchingNetworking with the outside (non-Nix) world, input lockingNetworking with the outside (non-Nix) world, input locking
Fields
Give feedbackNo fields configured for issues without a type.
Describe the problem
The way Nix handles URIs/URLs can be ad hoc or inconsistent at times.
?query parameters, unless they can be mistaken for path componentsExpected behavior
Handle URIs and/or URLs consistently, compliantly, and only treat the as strings at the very boundary; where it's unavoidable.
nix-env --versionoutputAdditional context
allowed-uris: match whole schemes without slashes #9547.Priorities
Add 👍 to issues you find important.