DO NOT REPLY [Bug 28719] Resolver generates an incorrect base URL when user.dir is "/"

[email protected] Mon, 12 Jan 2009 01:28:56 -0800 (PST)
Newsgroups gmane.text.xml.commons.devel
Message-ID <[email protected]>
https://issues.apache.org/bugzilla/show_bug.cgi?id=28719


Guillaume Sauthier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |guillaume.sauthier@objectweb
                   |                            |.org




--- Comment #7 from Guillaume Sauthier <[email protected]>  2009-01-12 01:28:55 PST ---
File.toURL() has some problems with windows path containing spaces.
It's more robust to use File.toURI().toURL() instead of just File.toURL()


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.