Re: [PATCH] speed up svn_repos_authz_check_access
From: Roderich Schupp <roderich.schupp_at_gmail.com>
Date: Wed, 7 Aug 2013 22:03:00 +0200
On Wed, Aug 7, 2013 at 9:04 PM, Ben Reser <ben_at_reser.org> wrote:
> An attacker can open a connection and starting making requests
Err... the cache apr_hash_t by construction cannot contain keys (i.e.paths)
... but if there is a proxy that proxy might be
I see your point. "Clearing the cache" here means a single svn_clear_pool()
> if (!(user && authz->cached_user
Good spotting. I'll revert to the previous
if (user) ...
logic. So much for going for elegance :)
Cheers, Roderich
|
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.