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

FIX: do not escape special characters on user and password #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scipioa
Copy link

@scipioa scipioa commented Aug 29, 2018

User and password fields are already between quotes: add the escape character '' gives wrong password or username.

@MichielMag
Copy link
Collaborator

Hello @scipioa , this is a long shot since you posted this pull-request a few years ago, but are you still interested in applying this change? If you do might I suggest to use strong quoting?

@scipioa
Copy link
Author

scipioa commented Apr 6, 2021

Hi @MichielMag ,
Yes, this change is still relevant. I don't really see the point of using strong quoting.
This commit was used in production and worked fine.

@MichielMag
Copy link
Collaborator

Hey Scipioa, thanks for responding! The reason I suggested strong quoting is because your fix only fixes one edge case. A problem like #81 would still happen.
I think strong quoting tackles both issues.

@atinux
Copy link
Owner

atinux commented Mar 11, 2022

Open for a more agile solution

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