You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/03/21 20:55:33 UTC

[jira] Resolved: (HARMONY-3461) [classlib][net] URLClassLoader cannot find a resource if a file name contains whitespaces

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

Alexei Zakharov resolved HARMONY-3461.
--------------------------------------

    Resolution: Fixed

Thanks Elena. I've reworked your patch a little bit and also added a regression test to URLClassLoaderTest. Changes were committed at the repository revision 520982. Please check that it solves the above mentioned problem. 

> [classlib][net] URLClassLoader cannot find a resource if a file name contains whitespaces
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3461
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3461
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Elena Semukhina
>         Assigned To: Alexei Zakharov
>         Attachments: H-3461.patch, TestGetResource.java
>
>
> The attached test reproduces the issue.
> Please create a directory "test dir" somewhere and put a file into it. 
> E.g. I created ..../test dir/new file.txt
> Then run the test in the following way:
> $DRLVM -Djava.class.path="/<......>/test dir":. TestGetResource
> RI prints the following:
> file name /nfs/ins/proj/drl/coreapi/esemukhi/tmp/test dir/new test
> resource  file:/nfs/ins/proj/drl/coreapi/esemukhi/tmp/test%20dir/new%20test
> while DRLVM prints
> file name /nfs/ins/proj/drl/coreapi/esemukhi/tmp/test dir/new test
> resource  null

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.