JDK-7170837 : Update info part must be added to deploy version info on Linux/Mac.
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2012-05-22
  • Updated: 2014-01-03
  • Resolved: 2012-05-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 7 JDK 8
7u6Fixed 8 b41Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Short desc:
  about:plugins in Firefox shows deploy stack version 10.0.2 for 7u6 on Linux, expected is 10.6.2:
     ...
     application/x-java-applet;deploy=10.0.2 
     ...

Comments
Verified in Mac 10.8.3 and x86 Ubuntu 12.04 for jre 7u45 and jre 8: application/x-java-applet;deploy=10.45.2 application/x-java-applet;deploy=11.0.2
03-01-2014

EVALUATION problem: DEPLOY_MINOR_VERSION is only set on windows. It should be set on all platforms, using JDK_UPDATE_VERSION value if set. fix: use simple strip zero logic for using JDK_UPDATE_VERSION as DEPLOY_MINOR_VERSION on all platforms testcase: tested on windows and mac
26-05-2012