[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Authentication Questions

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 08 Jan 2015 15:16:46 +0000

JT.Miller_at_L-3com.com writes:

> I guess there's no caching of credentials since the path-based
> authentication file can change at any time?

I'm not clear what you mean by "caching of credentials". Subversion
typically sends multiple HTTP requests over a single connection. Each
HTTP request has its own authn credentials and caching those would not
make sense, although Apache may cache any data used to validate the
credentials. Subversion's authz file is parsed when first needed and
cached for use by any subsequent HTTP requests on the same connection.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2015-01-08 16:18:03 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.