https://issues.apache.org/bugzilla/show_bug.cgi?id=28719
Guillaume Sauthier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guillaume.sauth...@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.
