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

Added encoding to user name and password #140

Closed
wants to merge 3 commits into from

Conversation

taylorstine
Copy link
Contributor

I have an @ symbol in my mongo password. I realize that I can specify a custom class for the DatabaseAdapter, but I believe the decoding of a username and password should be built in to the default implementation.

@@ -691,7 +691,7 @@ function untransformObject(schema, className, mongoObject) {
throw ('bad key in untransform: ' + key);
} else {
var expected = schema.getExpectedType(className, key);
if (expected == 'file') {
if (expected == 'file' && mongoObject[key]) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we just merged this in #146 ?

@taylorstine
Copy link
Contributor Author

😳 wrong branch

@taylorstine
Copy link
Contributor Author

closed for #148

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