[
https://issues.apache.org/jira/browse/FELIX-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stuart McCulloch updated FELIX-731:
-----------------------------------
Comment: was deleted
> Installation of referenced files which contain whitepaces fails
> ---------------------------------------------------------------
>
> Key: FELIX-731
> URL: https://issues.apache.org/jira/browse/FELIX-731
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: felix-1.2.1
> Environment: Windows XP
> Reporter: François Fornaciari
>
> The installation of bundles which contain whitespaces by using the reference
> prefix fails.
> When not using the reference prefix, the solution is to replace whitespaces
> by %20,
> Unfortunately, the same approach does not fix the issue for referenced files.
> Below the error message when installing a bundle with whitespaces:
> -> install
> reference:file:D:/.m2/repository/org/ow2/bundles/util-plan-deployer/1.0.8-SNAPSHOT/util-plan-deployer
> 1.0.8-SNAPSHOT.jar
> java.io.IOException: Referenced file does not exist:
> D:\.m2\repository\org\ow2\bundles\util-plan-deployer\1.0.8-SNAPSHOT\util-plan-deployer
> java.net.MalformedURLException: no protocol: 1.0.8-SNAPSHOT.jar
> Below the error message when installing a bundle by replacing whitespaces by
> %20:
> -> install
> reference:file:D:/.m2/repository/org/ow2/bundles/util-plan-deployer/1.0.8-SNAPSHOT/util-plan-deployer%201.0.8-SNAPSHOT.jar
> java.io.IOException: Referenced file does not exist:
> D:\.m2\repository\org\ow2\bundles\util-plan-deployer\1.0.8-SNAPSHOT\util-plan-deployer%201.0.8-SNAPSHOT.jar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.