Sean Mullan wrote:
Hi Alan,
Would you be able to review my fix for 7050329? In the fix, I removed
the dependency on the java.ext.dirs system property and the default
java.policy file, which may contain implementation-specific content
and thus could vary on JREs from other vendors.
http://cr.openjdk.java.net/~mullan/webrevs/7050329/webrev.01/
(Note that the bug hasn't appeared on bugs.sun.com yet)
Thanks,
Sean
Looks okay to me. I assume a simpler fix would be to just change the
split to use the path separator rather than ":".
-Alan.