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

[PATCH in progress] Ref. Issue#3781 Make parsing section names case sensitive

From: Arwin Arni <arwin_at_collab.net>
Date: Mon, 31 Jan 2011 15:18:17 +0530

Hi All,

This patch revs subversion/libsvn_subr/config.c:svn_config_read to
svn_config_read2 to accept a *boolean* called
*section_names_case_sensitive*.

When TRUE, the section names are populated case sensitively in the config.

This was done mainly for the case insensitivity issue in authz file
parsing.
(Issue #3781 <http://subversion.tigris.org/issues/show_bug.cgi?id=3781>
-> http://subversion.tigris.org/issues/show_bug.cgi?id=3781 )

Here is a relevant thread: http://svn.haxx.se/dev/archive-2011-01/0441.shtml

Currently, this patch will only treat section names case sensitively.

Should I add parameters for options / values / options & values to
decide the case or shall I use a common parameter for all(sections,
options & values) ?

Kindly share your thoughts on this.

Regards,
Arwin Arni

Received on 2011-01-31 10:48:58 CET

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.