{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 79511.  The first version that will have this change is v1.9.1.6",
    "ClosedDate": "2011-06-20T14:25:21.393-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I have the following website code which extracts one file from a zip file, but appears to be having problems if there are parens () in the file name.  Here is a code fragment.\n \nstrFileName = \"003Monthly Charges 01-2011 (updated).xls\"\n \nObjUnZip.ExtractSelectedEntries(\"name = '\" & strFileName & \"'\", \"\", MapPath(Report_Export_Path),\nExtractExistingFileAction.OverwriteSilently)\n \nThis code works for file names with spaces in the name, but does not extract if there are parens.  \n \nI've confirmed this is a Bug in the FileSelector logic, in particular in the NormalizeCriteriaExpression() method.",
    "LastUpdatedDate": "2013-05-16T05:31:38.083-07:00",
    "PlannedForRelease": "v1.9.1.8 DotNetZip - Latest Stable",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-03-15T16:57:12.997-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ExtractSelectedEntries breaks for filenames that include parens",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 3,
    "Id": 13187
  },
  "FileAttachments": [],
  "Comments": []
}