applet loader problem: fatal error occured (2): multiple points

Started by cesarpachon, November 18, 2009, 15:33:32

Previous topic - Next topic

Matzon

looks like a bug in the JRE (cached file does not have certificate info) - submitted bug report to sun. Possible workaround involves forced reloading of the jar and retrieving the certificates from a JarUrlConnection.

Matzon

I have comitted a workaround for now - will be available in next release - or build from source :)