lovelysystems / lovely.buildouthttp

zc.buildout extension to add http authentication for find-links and download recipies
Other
4 stars 9 forks source link

Github functionality broken -- please read. #5

Closed isolationism closed 12 years ago

isolationism commented 12 years ago

Private repository pulls from GitHub broke on me on Friday (or it might have been Thursday); I spent hours trying to figure out what went wrong.

I finally figured out that POST request for authentication to github private repositories is no longer supported at all; you get a helpful 422 error code if you try.

This change alters authentication to use GET instead of POST and I can confirm it works again. All unit tests passing for me.

jukart commented 12 years ago

Thanks for the fix.

I was looking after this this morning :)

isolationism commented 12 years ago

The pleasure is mine. Thank you for the quick turnaround on the release!