[
https://issues.apache.org/jira/browse/KARAF-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948788#comment-14948788
]
ASF GitHub Bot commented on KARAF-3262:
---------------------------------------
GitHub user maggu2810 opened a pull request:
https://github.com/apache/karaf/pull/85
[KARAF-3262] do not use @ as a delimiter
The current filtering of the feature XML is using ${*} and @ as a
delimiter. If you are using a single @ (e.g. an email address in the
license) in your XML the processing of the XML is done incorrectly.
Signed-off-by: Markus Rathgeb <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maggu2810/karaf kbp-feature-at
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/85.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #85
----
commit dc42dfd2dc3042e10c5ab478d7b2267da14b10c1
Author: Markus Rathgeb <[email protected]>
Date: 2015-10-08T14:47:35Z
[KARAF-3262] do not use @ as a delimiter
The current filtering of the feature XML is using ${*} and @ as a
delimiter. If you are using a single @ (e.g. an email address in the
license) in your XML the processing of the XML is done incorrectly.
Signed-off-by: Markus Rathgeb <[email protected]>
----
> Being able to use ${karaf.etc} in feature <configfile/> element
> ---------------------------------------------------------------
>
> Key: KARAF-3262
> URL: https://issues.apache.org/jira/browse/KARAF-3262
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-feature
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 4.0.2
>
>
> The <configfile/> element in a feature accepts a finalname attribute to
> define where the configfile has to be copied.
> However, finalname is relative to ${karaf.base}, whereas it should be able to
> use ${karaf.etc} (and so relative to ${karaf.etc}).
> In order to be backward compatible, if finalname starts with /etc/ it will be
> relative to ${karaf.base}, else it will be related to ${karaf.etc}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)