mknittig / ereviewboard

A mylyn-based Eclipse integration for Review Board
16 stars 3 forks source link

"Did not find session cookie in response" #5

Open misterbeebee opened 13 years ago

misterbeebee commented 13 years ago

During Respository setup, When I "Validate Connection" to my company's Review Board server, I get this error: "Did not find session cookie in response"

Browser based access from the same client machine to the same server works fine.

What does that mean? How can I diagnose?

patrickschultz commented 13 years ago

It looks like ereviewboard is using the authentication mechanism specified by ReviewBoards REST API v1.0.

Its possible that they (ReviewBoard devs) have removed the backwards compatibility with v1.0. They mentioned that it would come eventually.

It might be a good time to update to the new spec (v2.0): http://www.reviewboard.org/docs/manual/dev/webapi/2.0/authenticating/

patrickschultz commented 13 years ago

This also appears to be an abandoned project but has been forked here: https://github.com/rombert/ereviewboard