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 parsing of basic auth credentials if the password includes ':'. #331

Closed
wants to merge 2 commits into from
Closed

Conversation

trentm
Copy link
Contributor

@trentm trentm commented Jul 27, 2011

The current basic auth middleware will incorrect parse "user:password" for if the password includes a colon.

I'd love to see a 1.6.1 with this. :) Thanks.

@tj
Copy link
Member

tj commented Jul 27, 2011

if you dont mind adding a test or two as well that would be great!

@trentm
Copy link
Contributor Author

trentm commented Jul 27, 2011

Test case added (and dropped the "throw" I had because it broke existing tests). Apologies for not having run the test suite before.

@tj
Copy link
Member

tj commented Jul 29, 2011

one last thing is signing the CLA if you haven't previously http://code.google.com/legal/individual-cla-v1.0.html

then it's good to go!

@trentm
Copy link
Contributor Author

trentm commented Aug 6, 2011

Confused. Why is this a CLA for google? Does Google own the IP for Connect?

@tj
Copy link
Member

tj commented Aug 6, 2011

woah, no, haha, my bad wrong link

@trentm
Copy link
Contributor Author

trentm commented Aug 10, 2011

Did you have a link to an appropriate CLA?

@trentm
Copy link
Contributor Author

trentm commented Sep 12, 2011

I signed the CLA a while back. Would it be possible to pull this now? :)

Thanks.

@kof
Copy link

kof commented Mar 6, 2013

seems to be a duplicate of #682 which is already merged

@tj tj closed this Mar 26, 2013
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