JDK-7068500 : MIMEVERSION is incorrect if the 7-client ws is built as fcs (non-update) release
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7-client
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2011-07-19
  • Updated: 2013-09-12
  • Resolved: 2011-08-17
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
7u1Fixed 8Fixed
Related Reports
Relates :  
Description
This is caused by the fix for 7066067. 
If the deploy repo. is built as fcs version, the MIMEVERSION is set to "1.7_00".
The correct MIMEVERSION should be "1.7".

Since we're still building 7-client as non-update version, this needs to be fixed asap.

Comments
EVALUATION A fix is to define another variable _PLUGIN_UPDATE_MIMETYPE to be used as substitution in PluginVersion.hpp to form the MIMEVERSION string.
19-07-2011