-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is actually quite tricky, as URI does not let you create these by default, you need to sneak them in using URL.toUrl(). If you attempt to use the URI constructor directly then a '?' is interpreted as the start of the query string, and %3f is encoded to %253f, so there is no way to actually pass in an ecoded question mark to the URI constructor.
- Loading branch information
1 parent
81c6411
commit ed472ac
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters