[ 
https://issues.apache.org/jira/browse/MATH-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613744#comment-13613744
 ] 

Gilles commented on MATH-955:
-----------------------------

I think that the "load(URL)" method should be deprecated.

The user could easily use "load(File)":
{noformat}
load(new File(url.toURI());
{noformat}

                
> EmpiricalDistributionTest fails if path contains spaces
> -------------------------------------------------------
>
>                 Key: MATH-955
>                 URL: https://issues.apache.org/jira/browse/MATH-955
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.2
>            Reporter: Evan Ward
>            Priority: Minor
>         Attachments: empiricalTest.patch
>
>
> testLoad fails at loading the file because URL replaces the spaces with "%20"
> I've attached a patch that converts the URL to a URI before passing it to 
> File. ( see 
> http://stackoverflow.com/questions/8928661/how-to-avoid-getting-url-encoded-paths-from-url-getfile
>  )
> Thanks in advance,
> Evan

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to