{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 53121.  First binary v1.9.0.34",
    "ClosedDate": "2009-12-27T00:42:03.587-08:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Using your DotNetZip library inside an asp.net website app to zip files before sending them by email... Everything works fine except when i try to split the zipped files into smaller parts using the new 1.9 'MaxOutputSegmentSize' property :\n \n- The library seem's to create a temporary file in my 'c:\\windows\\system32' directory and the access to the temporary file that should be created is denied by the system. this append during the 'save()' call on the zipfile object.\n- The file's name starts always by 'dotnetzip-' + changing sequence char + '.tmp'\n \nEverthing work's fine if 'c:\\windows\\system32'  directory has the total access rights to everyone => but i can't let those type of security access for this directory of course...\n \nSetting the 'TempFileFolder' property to a new temporary directory with access granted to everyone doesn't help and the library always try to create the temporary file in the 'c:\\windows\\system32'  directory...\n \nMaybe i'm missing something or is this an issue for this new fonctionnality in the v1.9 ? \n \nThanks for any help about this issue...and thanks for this helpfull library.",
    "LastUpdatedDate": "2013-05-16T05:31:58.177-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-12-02T09:24:27.693-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "DotNetZip v1.9 - splitted zip file - Asp.net",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 9522
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I've reproduced this problem. Working on a fix...",
      "PostedDate": "2009-12-26T22:53:48.943-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-12-27T00:42:03.587-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:46.583-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:58.177-07:00",
      "Id": -2147483648
    }
  ]
}