Hi,
I am developing a BugTraq-Provider for Trac
(http://tracexplorer.devjavu.com) and some users are stumbled upon an
limitation of reading the "Parameters"-key back from registry. The size is
limited to MAX_PATH (256 bytes?).
I use this field "Parameters" to save a small XML-snippet for the
configuration:
<TSVNTrac server="https://mytracsite" ticketquery="All Tickets">
<Selection Format="{0} #{1}: {2\n">
<Item>closed</Item>
<Item>closes</Item>
<Item>fix</Item>
<Item>fixed</Item>
<Item>fixes</Item>
<Item>addresses</Item>
<Item>re</Item>
<Item>references</Item>
<Item>refs</Item>
<Item>see</Item>
</Selection>
</TSVNTrac>
I saw in the source that there is a CRegString class, which is not size
limited. Could you change this in the 1.5.x branch?
Thanks a lot!
Jan
Received on 2008-09-23 07:53:46 CEST