JDK-6757425 : cannot use jnlp.packEnabled property alone if JNLP extension is hosted with the JNLPDownloadServlet
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-08
  • Updated: 2010-04-04
  • Resolved: 2009-10-06
Related Reports
Duplicate :  
Description
If your JNLP application uses an JNLP extension that is hosted on the server using JNLPDownloadServlet, and the extenion uses both pack200 and versioned JARs, you cannot use the jnlp.packEnabled property alone in the JNLP application itself.  The extenion JARs will fail to be loaded properly.

Comments
EVALUATION The fix for 6874336 has taken care of this bug. Closing it as a duplicate.
06-10-2009

EVALUATION jnlp.packEnabled/jnlp.versionEnabled should only apply to the resources that is specified in current JNLP file; it should not get propagated to the extension that is referenced in the JNLP file
08-10-2008

WORK AROUND specify both jnlp.packEnable and jnlp.versionEnabled in the application JNLP file can be used to workaround the problem
08-10-2008