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

URL-Encode Password in influxdb/client #1343

Closed
wants to merge 16 commits into from
Closed

URL-Encode Password in influxdb/client #1343

wants to merge 16 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 21, 2015

Hey

Password with special characters had to be escaped manually in order to work before. Because that is something the user shouldn't have to do, I added the encoding of the password.

In order to not brake other programs that fixed this themselves (influx-cli for example) I added an additional url.QueryUnescape before escaping it.

Dieterbe/influx-cli#15

@ghost ghost closed this Jan 26, 2015
@ghost
Copy link
Author

ghost commented Jan 26, 2015

I messed up not using a seperate Branch.
Resubmitted the pull-request #1367

This pull request was closed.
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.

3 participants