Comment 3 for bug 1252785

Revision history for this message
chenhaiq (chenhaiq) wrote :

This is behavior is introduced by code fix from:
https://bugs.launchpad.net/horizon/+bug/1060426

It changed Horizon to prompt a message instead of logging out on unauthorized exception.
However, lots of functions did not handle the unauthorized exception in Horizon, and return exception to user directly.

I'd like to promote user error message and logout.