[ 
https://issues.apache.org/jira/browse/FELIX-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633283#action_12633283
 ] 

Stuart McCulloch commented on FELIX-731:
----------------------------------------

Personally I believe this is working as designed, the usage for the install 
command says:

   install <URL> [<URL> ...]

and the spec for URLs says that spaces should be escaped using %20 - otherwise 
how could the system tell where one URL ends and another begins?

> 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.

Reply via email to