Removed characters from urlQueryAllowed characterSet ### Summary Make removing the incoming percent encoding optional via shouldRemoveDefaultEncoding. ```swift If urlQuery value contains '/' , ':' these characters are passed without encoding, due to this we are seeing inconsistent behaviour. For Eg: value contains a url: https://vzwsso/executeTask Expected: https%3A%2F%2Fvzwsso%2FexecuteTask Current: https://vzwsso/executeTask So removed possible characters from urlQueryAllowed characterSet. ``` ### JIRA Ticket PRODDEF-21579 Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com> Co-authored-by: Keerthy <keerthy.marakanti@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/311 |
||
|---|---|---|
| MVMCore | ||
| Scripts | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| README.md | ||
My Verion Mobile
This is the repo that contains the core frameworks for My Verizon App.