https://issues.apache.org/bugzilla/show_bug.cgi?id=46994
--- Comment #3 from Helder Magalhães <[email protected]> 2009-05-31 02:49:04 PST --- (In reply to comment #2) > * I think my URI format is fine as it's accepted for java.exe and for svg > source, it's only on -jar parameter where it bugs. > and this format gives that > C:\Program Files\Java\jre6\bin>java.exe -jar > file://lwpbk/batik-1.8pre/batik-ras > terizer.jar > Unable to access jarfile file://lwpbk/batik-1.8pre/batik-rasterizer.jar I'd say this makes the issue invalid: the "-jar" parameter handling is part of "java.exe" and completely unrelated to Batik. The fact that it's incoherent with other ways of specifying other UNC format is probably a Java issue, and therefore I'd suggest checking if it's a known issue or report it in the proper place [1]. I'm tempted to close the issue as fixed (invalid), though I'm not sure if Batik uses some kind of internal security verification which complements the JVM one: my Java skills and Batik knowledge regarding this are pretty low, so feedback would be welcome. ;-) [1] http://bugreport.sun.com/bugreport/ -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
