JavaScript-callable AutoVue JARs?
For 20.2.3, is it possible to request signed jvue.jar, jogl.jar, and gluegen-rt.jar files with Caller-Allowable-Codebase set instead of Trusted-Library? With the security constraints of Java 7u51+, and with Firefox 39 and Chrome 44 locking themselves down, the JVue applet doesn't seem to be callable from JavaScript. Firefox returns "LiveConnect call for applet id <id> not allowed in this context", and Chrome returns "Error calling NPObject".
I tried reJARing with the Caller-Allowable-Codebase attribute set, signed with a self-signed certificate to no avail, blocked by Java security. It appears that trusted certs are required.
Is a service ticket more appropriate in this case?