-
Enhancement
-
Resolution: Won't Fix
-
P2
-
1.4.2
-
x86
-
windows_xp
Modify the ClassFileTransformer API to include the class name such that it is possible to filter out any other class not needed. This is for security reasons.
With the new modifications to this API it would include the className and Domain which would do as expected by customer.
public static byte[] transform(ClassLoader loader, String className, ProtectionDomain protectionDomain, byte[] b, int off, int len)
With the new modifications to this API it would include the className and Domain which would do as expected by customer.
public static byte[] transform(ClassLoader loader, String className, ProtectionDomain protectionDomain, byte[] b, int off, int len)