Skip to content

Conversation

@mrkurt
Copy link
Contributor

@mrkurt mrkurt commented Mar 9, 2012

This is just a small change that URL decodes usernames and passwords in connection URLs.

I'd like make that function use the built in URL parsing in Node, would that be ok with you? Regex's give me hives. :)

christkv added a commit that referenced this pull request Mar 12, 2012
Allow URL encoded passwords with db.connect()
@christkv christkv merged commit e57b585 into mongodb:master Mar 12, 2012
@christkv
Copy link
Contributor

have to back out this as generated passwords might have url characters in them

@mrkurt
Copy link
Contributor Author

mrkurt commented Mar 12, 2012

We were dealing with autogenerated passwords with @ and other stuff in them. Requiring people to form proper URLs doesn't seem so bad, is it breaking peoples' stuff?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants