-
Bug
-
Resolution: Fixed
-
P2
-
7u2
-
b10
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215955 | 8 | Andy Herrick | P2 | Closed | Fixed | b12 |
Desc:
If 7u2 deactivate old releases feature option
"Insecure JRE versions" is set to "Allow using insecure JRE versions ..."
applet requesting old insecure JRE version ( installed ) should be executed with this JRE
without new security warning window "An application would like access to an old version of Java".
In fact it works OK for javaws apps, but doesn't work for applets, security warning always appears.
See details and applets links to reproduce in comments.
also see: 7102791
simple fix in canDownload will be included with this fix
see also : 7102635
there is no permanant store to record this decision, however we can keep this info session wide (so you can reload the app, or come to same app on a differant tab).
this fix will be included as part of 7102635, closing 7102635 as a supe of this.
If 7u2 deactivate old releases feature option
"Insecure JRE versions" is set to "Allow using insecure JRE versions ..."
applet requesting old insecure JRE version ( installed ) should be executed with this JRE
without new security warning window "An application would like access to an old version of Java".
In fact it works OK for javaws apps, but doesn't work for applets, security warning always appears.
See details and applets links to reproduce in comments.
also see: 7102791
simple fix in canDownload will be included with this fix
see also : 7102635
there is no permanant store to record this decision, however we can keep this info session wide (so you can reload the app, or come to same app on a differant tab).
this fix will be included as part of 7102635, closing 7102635 as a supe of this.
- backported by
-
JDK-2215955 SSV2:"Allow using insecure JRE versions" option doesn't work for non-jnlp based applets in plugin
- Closed
- duplicates
-
JDK-7102652 SSV2: on the second run for a non-jnlp applet, ssv2 security warning is shown again in plugin
- Closed
- relates to
-
JDK-7114614 SSV2: Incorrect JRE is used for non-jnlp multi applets after reload
- Resolved