-
Bug
-
Resolution: Fixed
-
P3
-
8u20
-
b22
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048499 | 9 | Victor Drozdov | P3 | Resolved | Fixed | b24 |
JDK-8056595 | emb-9 | Unassigned | P3 | Resolved | Fixed | b24 |
JDK-8063194 | 8u45 | Victor Drozdov | P3 | Resolved | Fixed | b01 |
JDK-8048502 | 8u40 | Victor Drozdov | P3 | Resolved | Fixed | b01 |
JDK-8050177 | 8u31 | Victor Drozdov | P3 | Resolved | Fixed | b01 |
JDK-8050034 | 8u25 | Victor Drozdov | P3 | Resolved | Fixed | b07 |
JDK-8070596 | emb-8u47 | Victor Drozdov | P3 | Resolved | Fixed | team |
JDK-8053172 | emb-8u26 | Victor Drozdov | P3 | Resolved | Fixed | b17 |
The problem is how applet jars are handled, if they are specified with whitespaces in the original web page. For example:
<applet ... archive="jar1.jar, jar2.jar">
Note the whitespace between ',' and 'j' chars. When such an applet is launched, Java Plugin notifies Java Usage Tracker, which results in the following record:
plugin2|<date>|<host>|http://web.page.url: launchjnlp= code=... codebase=... width=100 archive=jar1.jar, jar2.jar height=100| ...
It leads to jar2.jar being handled as a separate applet attribute, not as a part of "archive".
This problem was supposed to be fixed by JUT fix
- backported by
-
JDK-8048499 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
-
JDK-8048502 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
-
JDK-8050034 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
-
JDK-8050177 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
-
JDK-8053172 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
-
JDK-8056595 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
-
JDK-8063194 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
-
JDK-8070596 Multiple applet jars are reported to Java Usage Tracker incorrectly
- Resolved
- relates to
-
JDK-8030103 Java Usage Tracker: need to escape separator chars
- Resolved