You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/03/17 08:00:53 UTC

[jira] [Closed] (FELIX-3396) Fileinstall is not able to handle configuration file if in a path containing braces

     [ https://issues.apache.org/jira/browse/FELIX-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-3396.
-----------------------------------

> Fileinstall is not able to handle configuration file if in a path containing braces
> -----------------------------------------------------------------------------------
>
>                 Key: FELIX-3396
>                 URL: https://issues.apache.org/jira/browse/FELIX-3396
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.1.10
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: fileinstall-3.2.0
>
>         Attachments: FELIX-3396.patch
>
>
> If fileinstall scans a directory with a path containing braces, the configuration file update fails.
> This is due to the filter in the ConfigInstaller which doesn't escape the braces in the filter:
> (felix.fileinstall.filename=/path/to/(test)/config...)
> should be (with the escape):
> (felix.fileinstall.filename=/path/to/\(test\)/config...)
> Path with braces are a "classic" installation path especially on Windows (for instance c:\\Program Files\(x64)..).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)