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

Support for non-friendly chars in url username and password #858

Merged
merged 2 commits into from
May 20, 2019

Conversation

delvedor
Copy link
Member

As titled, fixes #857.

delvedor added 2 commits May 20, 2019 15:57
- Added auth option to Connection class
- Updated pool.addConnection
@delvedor delvedor merged commit 95007b8 into master May 20, 2019
@delvedor delvedor deleted the username-password-opts branch May 20, 2019 15:09
delvedor added a commit that referenced this pull request May 20, 2019
* Support for non-friendly chars in url username and password
- Added auth option to Connection class
- Updated pool.addConnection

* Updated test
delvedor added a commit that referenced this pull request May 20, 2019
* Support for non-friendly chars in url username and password
- Added auth option to Connection class
- Updated pool.addConnection

* Updated test
delvedor added a commit that referenced this pull request May 20, 2019
* Support for non-friendly chars in url username and password
- Added auth option to Connection class
- Updated pool.addConnection

* Updated test
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.

password passed through url while creating new Client is getting URL encoded ie @ to %40
1 participant