-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b33
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2222982 | 7u6 | Audrey Lin | P3 | Closed | Fixed | b05 |
1) DT plugin for Firefox does not have mime info under MozillaPlugins.
JavaPlugin has it. We should be consistent
2) JavaPlugin info is not complete for 8 as 1.8 entry is missing.
Code need to be conditional and add 1.8 entry if build for JDK8
3) We need to add
application/x-java-applet;deploy=10.0.0
type where version string is version of deploy stack.
It is important to be able detect version of java plugin without loading DT libs.
(one less security popup in chrome)
4) We also need mimetype for true javafx cobundle.
There is no "true" cobundle on Windows yet but would be good to add codechange that will
be in effect once true cobundle will be produced by install team.
JavaPlugin has it. We should be consistent
2) JavaPlugin info is not complete for 8 as 1.8 entry is missing.
Code need to be conditional and add 1.8 entry if build for JDK8
3) We need to add
application/x-java-applet;deploy=10.0.0
type where version string is version of deploy stack.
It is important to be able detect version of java plugin without loading DT libs.
(one less security popup in chrome)
4) We also need mimetype for true javafx cobundle.
There is no "true" cobundle on Windows yet but would be good to add codechange that will
be in effect once true cobundle will be produced by install team.
- backported by
-
JDK-2222982 RegDeploy: NPAPI DT plugin does not have mimetype infor in the registry
-
- Closed
-
- duplicates
-
JDK-7155997 RegDeploy: jpi_version in Firefox equals to installed FX plugin version, not to latest installed JRE
-
- Closed
-
- relates to
-
JDK-7148914 Need to be able to detect true cobundle from mimetype
-
- Resolved
-