Details
Description
Imagine the following feature:
<features ...>
<feature ...>
...
<config name="org.foo" append="true">
foo = bar
</config>
....
After reading the doc of the append flag, I'd assume, that foo = bar is added to an existing configuration org.foo, if the key foo isn't set there already.
But: everything existing is removed, foo = bar is the only entry left after installing that feature.
yay, I wrote a patch