Go to file
Hedden, Kyle Matthew c636cc1ca4 Merge branch 'bugfix/PRODDEF-21579' into 'develop'
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
2024-03-05 22:03:58 +00:00
MVMCore Merge branch 'bugfix/PRODDEF-21579' into 'develop' 2024-03-05 22:03:58 +00:00
Scripts update artifactory url from prod to ci 2023-02-16 17:15:47 -05:00
.gitignore core 2017-12-01 15:13:36 -05:00
.gitlab-ci.yml update artifactory url from prod to ci 2023-02-16 17:15:47 -05:00
README.md update readme 2017-12-01 10:59:25 -05:00

My Verion Mobile

This is the repo that contains the core frameworks for My Verizon App.