JDK-2152029 : xpi file not signed preventing installation in Firefox
  • Type: Backport
  • Backport of: JDK-6566158
  • Component: install
  • Sub-Component: install
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2007-08-22
  • Updated: 2011-02-17
  • Resolved: 2011-02-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 6 JDK 7
6u4Fixed 7 betaFixed
Comments
EVALUATION verified xpi file is correctly signed and working
16-02-2011

EVALUATION This is a bug in makefile, when we introduced installstats 2 project, we are signing xpi-jc as well, the new added code should zip *-jc.xpi file, but it zip *.xpi by mistake, therefore the signed .xpi file has been changed again after signing, so we got this error message from Firefox.
22-08-2007