JDK-6757907 : deployJava.js should by default disable codebase lookups
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-09
  • Updated: 2010-09-17
  • Resolved: 2009-01-30
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
6u12 b01Fixed 7Fixed
Description
The deployJava.js, when gennerating an applet tag, should include:
  <param name="codebase_lookup" value="false"> 
whenever codebase_lookup parameter is not passed in as a parameter.

Comments
EVALUATION simple fix, OK
16-10-2008