[ 
https://issues.jboss.org/browse/WELD-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671231#comment-12671231
 ] 

Ales Justin commented on WELD-1028:
-----------------------------------

Any way you could provide a patch that finally works for all cases?

                
> CLONE - URLScanner can not handle paths containing spaces
> ---------------------------------------------------------
>
>                 Key: WELD-1028
>                 URL: https://issues.jboss.org/browse/WELD-1028
>             Project: Weld
>          Issue Type: Bug
>          Components: Bootstrap and Metamodel API
>    Affects Versions: 1.1.4.Final
>         Environment: Windows 7 , Tomcat 7.0.23
>            Reporter: Manuel Hartl
>            Assignee: Ales Justin
>
> When actual classpath  includes folder that contains spaces, URLScanner 
> throws an exception (java.io.FileNotFoundException). Problem is at line 93 
> where string holding URL is "converted" to path just by stripping URL scheme 
> prefix. Unfortunately, spaces in URL are expressed either by plus sing or %20 
> escape sequence, which remains in file path instead of proper URL decoding. 
> For example "file:/C:/with%20space" is converted to "/C:/with%20space" 
> instead of "C:/with space".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to