This content has been marked as final.
Show 1 reply
-
1. Re: JBAOP-368, Need to correct the ProtectionDomain for toCl
starksm64 Feb 24, 2007 11:57 AM (in response to starksm64)I have committed a change to trunk to require a ProtectionDomain to be passed into the TransformerCommon.toClass calls and updated the callers. This gets past the problems of null CodeSources in the ProtectionDomain check. In general we should not be creating classes without a ProtectionDomain as it will not meaningful CodeSource location.