According to
http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/rsa_how.html#use
If the usePolicy permission is granted to the codesource by the configured security policy, no user prompting will take place; only the permissions specified in the security policy will be granted to the codesource.
This works with 6.0. It does not with 5.0. Instead one gets a security warning saying that
the certificate of the website was verified and if one wishes to continue.
http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/rsa_how.html#use
If the usePolicy permission is granted to the codesource by the configured security policy, no user prompting will take place; only the permissions specified in the security policy will be granted to the codesource.
This works with 6.0. It does not with 5.0. Instead one gets a security warning saying that
the certificate of the website was verified and if one wishes to continue.
- duplicates
-
JDK-6280762 Do not show HTTPS security dialog if certificate is valid and verified.
-
- Resolved
-