On Tue, Feb 16, 2010 at 12:33 AM, Ivan Zhakov <i...@visualsvn.com> wrote: > You can do that only if you assume that connections from different > sessions should have same authentication, which is not true imho.
If it's pointing to the same server, wouldn't it? How often is it that you would do *connection-level* auth (like Kerberos) and have different creds for different paths? Even if it were different, the failure path would be handled just like any auth failure - ie would need to (re)present new creds in response to a 401 auth failure... -- justin