[PATCH] Fix for Issue #3781 repo prefix rules in authz section is checked case sensitively for commit
From: Arwin Arni <arwin_at_collab.net>
Date: Wed, 19 Jan 2011 21:22:38 +0530
Hi All,
Authz section names(and paths too) are parsed/loaded in a case
So they need to be compared in a case-insensitive way.
Following functions do authz,
1. libsvn_repos/authz.c:authz_get_path_access()
'1' is leaving it to svn_config_enumerate2() to handle case
My patch is just fixing the '2' to check it in a case insensitive way.
Regards,
|
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.