[
https://issues.apache.org/jira/browse/KARAF-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved KARAF-3527.
------------------------------------
Resolution: Fixed
master:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=9ecba38a4569fad00fc7a454b05bd486d8e63ae3
3.0.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=0e82adb01ae533359b3355c8e7daa3d5a81bfdf1
2.4.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=98108933962233c893e3bf4b1552abf3693a1d01
> Appending config from feature doesn't work
> ------------------------------------------
>
> Key: KARAF-3527
> URL: https://issues.apache.org/jira/browse/KARAF-3527
> Project: Karaf
> Issue Type: Bug
> Components: karaf-feature
> Affects Versions: 4.0.0, 3.0.3
> Reporter: Karl Leopold
> Assignee: Guillaume Nodet
> Fix For: 4.0.0, 2.4.2, 3.0.4
>
> Attachments: fix-feature-conf-apply.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Imagine the following feature:
> {code}
> <features ...>
> <feature ...>
> ...
> <config name="org.foo" append="true">
> foo = bar
> </config>
> ....
> {code}
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)