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 #1367

Closed
wants to merge 3 commits into from
Closed

URL-Encode Password in influxdb/client #1367

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 26, 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.

Was fixed for example in Dieterbe/influx-cli#15

@ghost ghost mentioned this pull request Jan 26, 2015
@otoolep
Copy link
Contributor

otoolep commented Jan 26, 2015

The client code is getting heavily reworked right now, so I am not sure if it is worth merging. @corylanou ?

@corylanou
Copy link
Contributor

@otoolep the entire client is getting re-worked from the ground up. 100% re-write so there will be nothing to merge.

@otoolep
Copy link
Contributor

otoolep commented Jan 26, 2015

OK.

Thanks @MakaHost -- I'm going to close this, since the code is being entirely re-written, that should be soon, so keep an eye out for similar issues.

@otoolep otoolep closed this Jan 26, 2015
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