Authentication Broken on 1.5.2?

2011-01-14 Thread dlowe
I just upgraded to 1.5.2, and since doing so new code review creation via the Web API appears to be broken. Specifically indicating that I am not logged in, even though I sent a valid Authorization header. What's interesting is the some of the APIs, specifically to get users appears to be fine

Re: Authentication Broken on 1.5.2?

2011-01-14 Thread Christian Hammond
Hi David, It looks like you're trying to use both the old API and the new API. The old API lives in /api/json/ and the new one has the root in /api/. The old API never officially supported Basic HTTP Auth. It was a bug that it ever did, and we won't be re-adding it. For the old API, you must