Google Code Exporter
Google Code Exporter
``` Hi any progress on this? TIA Leo ``` Original comment by `[email protected]` on 3 Dec 2013 at 5:18
``` I don't think this is in the state of "should be done". As already said, I would advice to use the given security features of java. ``` Original comment...
``` I changed the priority to "low". Java 1.4 is no longer supported by Oracle, Java 7 will be released shortly. ``` Original comment by `[email protected]` on 2 Mar 2011...
``` I tested out some equivilent java to verify that the problem is real. public class Test { /** * @param args */ public static void main(String[] args) { new...
``` I think this is a bug in ASM. The version of ASM used is very old. The right first step for dealing with this would be to upgrade to...
``` Hi, I managed to make it work in a signed applet. The modifications I made consist essentially in three points: - override the getPermissions(CodeSource) method in BshClassLoader - catch...
``` This bug is real because the super of a nonstatic inner class should be an instance of the super class, not the super class itself. Here is the relevant...
``` Isn't this a duplicate of issue 8 (or vice versa, but issue 8 has more infos). ``` Original comment by `[email protected]` on 21 Feb 2011 at 12:04
``` I don't think 7 and 8 are related. ``` Original comment by `[email protected]` on 21 Feb 2011 at 3:58
``` sorry, my fault. "class13.bsh" vs. "class3.bsh". Extracted unit test classes with issue number in name. ``` Original comment by `[email protected]` on 24 Feb 2011 at 4:33