Correction. Committed wrong patch earlier today.
From-SVN: r104367
This commit is contained in:
parent
ee2400e380
commit
a49701f9e0
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ public class URLClassLoader extends SecureClassLoader
|
|||
{
|
||||
File file = new File(dir, name).getCanonicalFile();
|
||||
if (file.exists() && !file.isDirectory())
|
||||
return new FileResource(this, file.path(), file);
|
||||
return new FileResource(this, file.getPath(), file);
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue