Skip to content

Conversation

blastZ
Copy link

@blastZ blastZ commented Jul 19, 2019

If user write some config with special characters, like password is admin$$test, Url.parse() will output wrong result which used in machinepack-mysql line 225. We need warn people to use encodeURIComponent() to encode the password.
Global URL class added in node v10, I wrote it just let you know here need some warnings, because I don't see the issue page.

If user write some config with special characters, like password is admin$$test, Url.parse() will output wrong result which used in machinepack-mysql line 225. We need warn people to use encodeURIComponent() to encode the password.
Global URL class added in node v10, I wrote it just let you know here need some warnings, because I don't see the issue page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant