[weld-issues] [JBoss JIRA] Resolved: (WELD-834) URLScanner can not handle paths containing spaces

Ales Justin (JIRA) jira-events at lists.jboss.org
Wed Jul 20 09:57:24 EDT 2011


     [ https://issues.jboss.org/browse/WELD-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin resolved WELD-834.
------------------------------

    Resolution: Done


I don't agree with OSX comments, while also URLDecoder is one bad piece of code.
If we find something better, we can always use that,
till then this is the fix.

> URLScanner can not handle paths containing spaces
> -------------------------------------------------
>
>                 Key: WELD-834
>                 URL: https://issues.jboss.org/browse/WELD-834
>             Project: Weld
>          Issue Type: Bug
>          Components: Bootstrap and Metamodel API
>    Affects Versions: 1.1.0.Final
>         Environment: Windows, Jetty 7.2.2
>            Reporter: Štěpán Mík
>            Assignee: Ales Justin
>             Fix For: 1.1.2.Final
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the weld-issues mailing list