-
Bug
-
Resolution: Fixed
-
P1
-
6u10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199215 | 7 | Thomas Ng | P1 | Closed | Fixed | b64 |
The client side pack 200 support introduced a "jnlp.packEnabled" property. In java plugin, sun.plugin.PluginURLJarFileCallBack does not have the privelege to read this property. We need either read permission for those properties or use AccessController.doPrivileged() to read them.
One testcase is the SwingSet2 applet demo. http://java.sun.com/products/plugin/1.5.0/demos/jfc/SwingSet2/SwingSet2.html
Click the JEditorPane HTML demo, click the "Title Page" link, you will see the exception, and the page is not loaded.
One testcase is the SwingSet2 applet demo. http://java.sun.com/products/plugin/1.5.0/demos/jfc/SwingSet2/SwingSet2.html
Click the JEditorPane HTML demo, click the "Title Page" link, you will see the exception, and the page is not loaded.
- backported by
-
JDK-2199215 Access denied when read jnlp.packEnabled jnlp.packEnabled property
-
- Closed
-
- relates to
-
JDK-6672250 Regression: new jnlp.packEnabled property breaks sophisticated applets using LiveConnect
-
- Closed
-
-
JDK-6378311 support versioning and pack in plugin and webstart without need for version based download protocol
-
- Closed
-