On Fri Jun 11 05:51:11 2010, BOBTFISH wrote:
Show quoted text> Whilst / when this is being thought about, it would be nice if the REST
> client determined if it had been given a user with only self service
> permissions (which can't use the API), as denoted by the web server
> returning a 302 to /SelfService/ to the login request.
>
> Throwing a more informative exception than 'Found' would be handy for
> people trying to work out what was going on :)
Redirection is now supported, so "Found" is no longer thrown -- a single redirect
is done instead. This is in 0.48.
As for the self-service redirect: should we detect it by matching /SelfService/ in
the proposed URI?