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

Richard S. Hall resolved FELIX-731.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: felix-1.2.2
         Assignee: Richard S. Hall

Ok, I applied Stuart's patch. Francois, if you can test the trunk it would be 
great. I deployed a new snapshot version in Maven that you can use. If 
everything looks ok, please close this issue. Thanks.

> 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
>            Assignee: Richard S. Hall
>             Fix For: felix-1.2.2
>
>         Attachments: FELIX-731.patch
>
>
> 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