Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix not working url encoding function in Utils #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrickschumacher
Copy link
Contributor

During our work with the AppID SDK for mobile client we found out that email addresses with plus sign works on Android but not on iOS. For Example the email address [email protected].
After I analyse the problem, I found out that the function urlEncoding in the Utils didn't work correctly. The returning output string of the function is the same as the input string to the function.
I have fix the problem with a urlEncoding and I had make the change in the RegistrationManager for running the SDK correctly. The JSON which was before given into the urlEncoding function, has no changes make on the JSON, so I have remove this unnessary function call.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.403% when pulling 10414a6 on patrickschumacher:feature/repairURLEncoding into 34b723d on ibm-cloud-security:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants