Greg Brown wrote: >> Is there a way to run Groovy so that it would not need to be signed? > > I think this is the key question. The idea that apps can be written for the > Java Plugin using any JVM scripting language is very compelling; somewhat > less so if the code needs to be signed in order for it to work. > > Ken, can you offer any insight here?
In the context of the new JavaScript/[arbitrary language] bridge, it is required to sign at least one of the classes in the language runtime, namely the one which installs the adapter for that language. The reason is that the bridge allows you to potentially intercept all incoming JavaScript calls against objects in the scope of that applet, including objects that don't belong to that language, so it seemed too risky to allow this to be done by unsigned code until we better understand the security implications. -Ken --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to jvm-languages@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---