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

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: Fri, 1 Jun 2012 08:35:12 -0700

On Thu, May 31, 2012 at 2:47 AM, Ivan Zhakov <ivan_at_visualsvn.com> wrote:
> Currently Subversion reads authz file per-connection, not per-request.

Even that's probably still wrong. A better solution would be to parse
it at config-time - but, that would mean we'd want to do some level of
checking/invalidity on a per-connection basis...or, I would probably
just add a directive which tells the module to skip the
per-connection/request check and require an httpd config reload (which
can be done gracefully) to re-load the SVN authz file.

My $.02. -- justin
Received on 2012-06-01 17:35:43 CEST

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

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