{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "This is fixed in change set 20239.  Will be in release 1.5.",
    "ClosedDate": "2008-06-19T21:12:12.987-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\nWhen trying to read the attached zip file I get a Bad Signature error...\nThe zip opens OK with Windows, Winzip and WinRAR.\n \nThanks,\nPaul",
    "LastUpdatedDate": "2013-05-16T05:32:43.513-07:00",
    "PlannedForRelease": "1.5 DotNetZip Library",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-06-13T03:33:44.15-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Zip Bad Signature",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 5306
  },
  "FileAttachments": [
    {
      "FileId": 1105,
      "FileName": "big bang theme.zip",
      "DownloadUrl": ".\\1105"
    }
  ],
  "Comments": [
    {
      "Message": "Hmm, yes, I get that problem, too.   Where's you get the zip file? \r\nI'll have a look. \r\n",
      "PostedDate": "2008-06-14T12:37:15.21-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Original zip download location is here:\r\nhttp://the-big-bang-theory.com/downloads/download/13/Theme+Tune+%28MP3%29\r\nIt just happened to be a zip file I tested with and found the error...\r\nAs I did not create the zip file, I do not know how it was created which may make troubleshooting hard?\r\n\r\nThanks",
      "PostedDate": "2008-06-14T16:02:01.693-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Ok, I had a look. The zip file in question seems to be broken, definitely against the spec. The spec says:  \r\n      This descriptor exists only if bit 3 of the general\r\n      purpose bit flag is set (see below).  It is byte aligned\r\n      and immediately follows the last byte of compressed data.\r\n      This descriptor is used only when it was not possible to\r\n      seek in the output .ZIP file, e.g., when the output .ZIP file\r\n      was standard output or a non-seekable device.  \r\n\r\nHowever, bit 3 in the BitField is clearly not set in the zip file you gave me, while the data descriptor was present.  \r\nBe that as it may, other zip processors, like the Windows Shell, don't barf.  So I made the library more tolerant of this particular spec violation.   I don't expect it will break any other apps.  \r\n\r\n\r\n",
      "PostedDate": "2008-06-19T21:05:23.457-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-06-19T21:11:54.423-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-06-19T21:12:12.987-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:46.857-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:43.513-07:00",
      "Id": -2147483648
    }
  ]
}