JDK-6700675 : Related content feature broken for jnlp style native content.
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-05-12
  • Updated: 2010-09-08
  • Resolved: 2008-07-04
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
6u10 b25Fixed
Description
Related Content for jnlp style content is implemented by calling Main.importApp() to import the associated application, letting the shortcut be created by the import.
but if preference in control panel is not always allow, shortcut will not be created.

In this case it should always be created, ie, when silently importing the app, we should add -shortcut to the args.

Comments
EVALUATION Main.importApp() should set CreateShortcut to true. testcase at: /net/testbase-east/misc/deployment/javaws/tiger-unit/4812563. see testcase 1 except w/o shortcutr mode = "Always". If you accept prompt for shortcuts, all related content should be integrated.
12-05-2008