Case sensitivity in authz files
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 24 Apr 2013 16:08:58 +0100
Consider an authz file:
[/]
When we parse the key=value lines we handle the key case-insensitively
$ svnauthz accessof authz.txt --username PM
the effective line is "pm = r" which is not something that occurs in the
If I reverse the order:
[/]
I get:
so the effective line is "PM = rw".
We made the section names, the [...] bits, case-sensitive:
Should we switch to case-sensitive parsing for the rest of the file?
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-04-24 17:09:54 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.