You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xml-commons-dev@xerces.apache.org by bu...@apache.org on 2009/01/12 10:28:56 UTC

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

https://issues.apache.org/bugzilla/show_bug.cgi?id=28719


Guillaume Sauthier <gu...@objectweb.org> changed:

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




--- Comment #7 from Guillaume Sauthier <gu...@objectweb.org>  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.