-
Bug
-
Resolution: Fixed
-
P2
-
8u40
-
b21
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8067356 | 9 | Andy Herrick | P2 | Resolved | Fixed | b45 |
JDK-8082441 | emb-9 | Andy Herrick | P2 | Resolved | Fixed | b45 |
JDK-8086300 | 8u65 | Andy Herrick | P2 | Resolved | Fixed | b01 |
JDK-8067895 | 8u60 | Andy Herrick | P2 | Resolved | Fixed | b01 |
JDK-8071392 | 8u51 | Andy Herrick | P2 | Resolved | Fixed | b01 |
JDK-8069373 | 8u45 | Andy Herrick | P2 | Resolved | Fixed | b04 |
JDK-8137472 | emb-8u65 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8076780 | emb-8u60 | Andy Herrick | P2 | Resolved | Fixed | team |
JDK-8072531 | emb-8u47 | Andy Herrick | P2 | Resolved | Fixed | team |
JDK-8071589 | 7u85 | Andy Herrick | P2 | Resolved | Fixed | b01 |
JDK-8072139 | 7u80 | Andy Herrick | P2 | Resolved | Fixed | b08 |
JDK-8067287 | 7u79 | Andy Herrick | P2 | Closed | Fixed | b08 |
JDK-8073878 | 7u76 | Andy Herrick | P2 | Resolved | Fixed | b35 |
JDK-8132833 | 7u60 | Andy Herrick | P2 | Resolved | Fixed | b34 |
When the specified version specifies a range, like "1.7*" or "1.6+" (specified in any of the three methods) and the DRS run rule specifies a (non-force) version (say "1.7.0_51") that is in the range (and is installed).
Then if the applet is run with a later version of deployment code, (say "1.7.0_65"). It will block instead of running with 1.7.0_51.
There is also an error here in the error message when the applet should block:
If the same DRS is used on an applet specifying a non-matching range, say "1.6*" or "1.6.0_85", the error message will say:
"Deployment Rule Set required Java version 1.7.0_51 is not available or is incompatible with version 1.7.0_51 requested by the application."
when it should say:
"Deployment Rule Set required Java version 1.7.0_51 is not available or is incompatible with version 1.6* requested by the application."
- backported by
-
JDK-8067356 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8067895 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8069373 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8071392 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8071589 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8072139 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8072531 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8073878 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8076780 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8082441 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8086300 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8132833 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8137472 DRS with non-force version run rule can block when it should not.
-
- Resolved
-
-
JDK-8067287 DRS with non-force version run rule can block when it should not.
-
- Closed
-