[Yanel-dev] [Yarep] Bug/feature re indexing of properties

Michael Wechner michael.wechner at wyona.com
Tue May 4 23:58:24 CEST 2010


Hi

If one uses a colon within a property name, e.g. wyona:my-property-name
then the indexing of this property will not work properly, at least for 
the virtual file system implementation,
because the colon is also used as separator between the name and the 
value, e.g.

yarep_checkoutUserID<string>:test

whereas if one uses a colon within the property name, then it will be 
saved as follows:

wyona:my-property-name<string>:My Value

and hence when the property value is being read then one will receive:

my-property-name<string>:My Value

In order to fix this we need to escape the colon within the property names.

Thanks

Michi


More information about the Yanel-development mailing list