{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in workitem 81599.  First binary with this fix, will be v1.9.1.7.  Coming soon. ",
    "ClosedDate": "2011-08-05T08:40:32.84-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "From http://dotnetzip.codeplex.com/discussions/267725\n \nSuppose you have a zip file with various files in it, in a directory structure.   \n \nThis kind of selection fails: \n \nusing (ZipFile zip = ZipFile.Read(mZipFile))\n{\n  string selectcriteria = \"name = 'folder1\\folder2\\*.*'\";\n  var selection = zip.SelectEntries(selectcriteria);\n}\n \nRemoving the single quotes form the string allows the selection to succeed as expected. \n \nThis occurs with v1.9.1.6 of the library.",
    "LastUpdatedDate": "2013-05-16T05:31:31.993-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-08-04T13:43:45.903-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "SelectEntries method fails when single quotes surround the filename",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 14033
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Another note: Removing the single quotes does in fact help as long as there are no spaces in the file/folder structure. If there are spaces without the single quotes, the library will throw an exception (as far as I remember correctly); I think this has already been posted as an issue (even if this is not really an issue, since code shouldn't allow that). \r\n\r\nFor us, we hope this is gonna be fixed soon, cause we really want to upgrade to v1.9.1.6 (latest release). Some customer are getting the \"bad state\" issue which seems to be fixed in v1.9.1.6. We just can't deliver it, since a part of the software needs the SelectEntries method for unzip. Gonna try a workaround tomorrow.\r\n\r\nThanks for all your effort.",
      "PostedDate": "2011-08-04T14:57:03.147-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-08-05T08:40:32.84-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:07.083-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:31.993-07:00",
      "Id": -2147483648
    }
  ]
}