Comment #2 on issue 2121 by mark.doliner: post-review doesn't handle bad passwords nicely
http://code.google.com/p/reviewboard/issues/detail?id=2121

(for people Googling for this stack trace in the future)
It's worth noting that this same stack trace is displayed if the site administrator failed to add the "WSGIPassAuthorization On" setting to the Apache config file for the site when upgrading from an older version of ReviewBoard.

Without this flag the Authorization header isn't passed to ReviewBoard, and so the ReviewBoard server thinks the client isn't providing username and password.

This happens with python 2.4, at least. With newer versions of python I'd expect the client to show the normal "incorrect password" error message.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to