Skip to content

Connection url with special characters#355

Open
blastZ wants to merge 1 commit intobalderdashy:masterfrom
blastZ:patch-1
Open

Connection url with special characters#355
blastZ wants to merge 1 commit intobalderdashy:masterfrom
blastZ:patch-1

Conversation

@blastZ
Copy link
Copy Markdown

@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