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

Allow nil password and www_form_encoded_password to work together. #297

Merged
merged 1 commit into from
May 8, 2018

Conversation

marcparadise
Copy link
Contributor

This corrects a bug previously untested path in the change to support www-form-encoded password .

When a URL does not contain a password but options contains
www_form_encoded_password: true, an exception was raised
because we can't decode a nil value.

Signed-off-by: Marc A. Paradise marc.paradise@gmail.com

When a URL does not contain a password but options contains
www_form_encoded_password: true, an exception was raised
because we can't decode a nil value.

Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
@marcparadise marcparadise requested a review from a team May 8, 2018 17:33
Copy link

@jonsmorrow jonsmorrow left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@jquick jquick left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@jquick jquick added the bug label May 8, 2018
@jquick jquick merged commit 60be1fc into master May 8, 2018
@jquick jquick deleted the mp/nil-password-with-www-encode-true branch May 8, 2018 17:45
@marcparadise
Copy link
Contributor Author

np - sorry for the bug :D

@clintoncwolfe clintoncwolfe added Type: Bug Feature not working as expected and removed Type: Bug labels Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants