-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(restquery): uri decode the parameters
restQuery parameters will now be uri decoded first. E.g. /get/docs/0/filters?<cmd1>=<param1>&<cmd2>=<param2>... The param1 and param2 will be uri decoded first. Take care: extension fishbone >=1.3.1 supports this as well! With older versions all queries including % char will be broken.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
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