[
https://issues.apache.org/jira/browse/FELIX-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated FELIX-3396:
----------------------------------------
Attachment: FELIX-3396.patch
> 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é
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira