I have a set of jars that I build and signed on the build machine and deploy to our servers. There is one other jar that is created dynamically on the server itself and I have no way of signing it. All of the jars are downloaded together as stated in the jnlp file.
When I run the application, I get a notice from the browser informing of this signed and unsigned mix and asks to allow or deny?
Is there anything I can do to eliminate the browsers notice? in my jnlp?
Thoughts?