{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "Duplicate of 10739 - the fix for 10739 also fixes this bug. ",
    "ClosedDate": "2011-08-06T09:40:51.347-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Using the ZipFile class, if you save a file, then rename an entry, then re-save the file, an exception results. \n \nTo fix this, you need to copy additional metadata fields in ZipEntry.CopyMetaData().  Including \n  _RelativeOffsetOfLocalHeader\n  _FileDataPosition\n  _LengthOfHeader\n  _UncompressedSize\n  _CompressedSize\n \nAlso, must check if Source is None in ZipEntry.set_FileName, and call ZipFile.Reset() if that is the case.",
    "LastUpdatedDate": "2013-05-16T05:31:50.923-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-03-29T17:38:39.39-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Rename directly after Save causes exception",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 10544
  },
  "FileAttachments": [],
  "Comments": []
}