-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Description
The percent-decoding functionality for the filePath URL parameter is currently not working due to a regression.
History
- Should have been fixed by PR fix(UrlContextProvider): Decode URL parameter
filePathonce read from the window's location (fixes #109). #151 - Was actually fixed by PR fix(url): Decode
filePathbefore resolving into an absolute path (fixes #109). #295 - Regressed in PR feat: Migrate utilities from UrlContextProvider to Zustand stores (resolves #269; fixes #294; resolves #306). #286
Expected Behavior
Percent-encoded URLs in the filePath parameter should be properly decoded according to RFC 3986.
Current Behavior
Percent-decoding is not working for the filePath parameter.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels