JDK-6851271 : add sun.awt.disableMixing to the list of secure JNLP Java system property
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6,6u14
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_xp
  • CPU: generic,x86
  • Submitted: 2009-06-15
  • Updated: 2017-05-16
  • Resolved: 2009-12-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u18 b01Fixed 7Fixed
Related Reports
Relates :  
Relates :  
Description
Some users are facing issues the with native integration: there does
not seem to be any way to disable Sun's mechanism when using WebStart.
Setting the following has no effect:
<property name="sun.awt.disableMixing" value="true"/>
and it is not a secure property so I guess it is set too late for the
effect to occur (it is not part of the properties mentioned here:
http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#resources
)

Comments
EVALUATION OK - will add for 6u16
23-06-2009