[Yanel-dev] [Bug 5338] Binary snapshot does not work on Windows when installed within directory with spaces in name

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Wed May 23 12:08:22 CEST 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5338





------- Additional Comments From michael.wechner at wyona.org  2007-05-23 12:08 -------
Your patch seems to work very fine, whereas I thought one would have to use the
URLDecoder

+                    URI configFileUri = new
URI(RealmManager.class.getClassLoader().getResource(CONFIGURATION_FILE).toString());
+                    log.error("DEBUG: Decoded: " + new
File(URLDecoder.decode(configFileUri.getPath())));

but it seems like using the URI first is also decoding it, right?

Will apply your patch as soon as the SVN repo is up again.

Cheers

Michi



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Yanel-development mailing list