>>>>> "Casey" == Casey Marshall <[EMAIL PROTECTED]> writes:
Casey> I think this is correct, and I do remember seeing a problem on one VM Casey> (I don't remember which) where it couldn't load GNU Crypto or Jessie Casey> (before the merge) because their Jar files weren't in the boot Casey> classpath. Yeah, we had this problem with libgcj. We put the providers into the endorsed directory, but Anthony pointed out that this was wrong. Casey> Are there any permissions needed to do this? Does this need to be Casey> wrapped in a PrivilegedAction? I did a spot check and only found one place where we wrap this call. So, I'm leaving the PrivilegedAction out for now, on the theory that if it must be fixed, then a global fix will be appropriate. Tom
