{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 31222. This is a dupe of workitem 7696.  The fix is first available in a binary release in v1.8.2.9.  The first release of v1.7 that contains this fix is v1.7.2.14.",
    "ClosedDate": "2009-04-30T12:29:26.277-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Taking the DotNetZip - ASP.NET Example, simply add the line:zip.Password = \"password!\";right above the line:zip.AddFileFromString(\"Readme.txt\", \"\", ReadmeText); And receive the following error when it calls the Save method.System.ArgumentOutOfRangeException was unhandled by user code  Message=\"Specified argument was out of the range of valid values.\\r\\nParameter name: offset\"  Source=\"System.Web\"  ParamName=\"offset\"  StackTrace:       at System.Web.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)       at Ionic.Zip.CountingStream.Write(Byte[] buffer, Int32 offset, Int32 count)       at Ionic.Zip.CountingStream.Write(Byte[] buffer, Int32 offset, Int32 count)       at Ionic.Zip.ZipCipherStream.Write(Byte[] buffer, Int32 offset, Int32 count)       at Ionic.Zlib.ZlibBaseStream.Write(Byte[] buffer, Int32 offset, Int32 length)       at Ionic.Zlib.DeflateStream.Write(Byte[] buffer, Int32 offset, Int32 count)       at Ionic.Zip.ZipEntry._WriteFileData(Stream s)       at Ionic.Zip.ZipEntry._EmitOne(Stream outstream)       at Ionic.Zip.ZipEntry.Write(Stream outstream)       at Ionic.Zip.ZipFile.Save()       at Ionic.Zip.ZipFile.Save(Stream outputStream)       at ASP.default_aspx.btnGo_Click(Object sender, EventArgs e) in c:\\Users\\Chad\\Documents\\Visual Studio 2008\\Projects\\TestZipApp\\WebApplication1\\Default.aspx:line 139       at System.Web.UI.WebControls.Button.OnClick(EventArgs e)       at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)       at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)       at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)       at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  InnerException: If I use different encryption from the default PkzipWeak (i.e. zip.Encryption = EncryptionAlgorithm.WinZipAes256;  ) then the file will download, but the encrypted files will not unzip - they are invalid.Any idea on this?Thanks!",
    "LastUpdatedDate": "2013-05-16T05:32:26.793-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-04-22T08:01:57.793-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Unable to save .zip file from ASP.NET that includes password protected file",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 3,
    "Id": 7674
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Yes , I also facing this type of problem \r\nPlease resolve it  ASAP. I need.",
      "PostedDate": "2009-04-24T23:42:52.843-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-04-25T00:53:29.11-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-04-26T16:17:06.123-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Looking into it now...",
      "PostedDate": "2009-04-29T13:28:57.023-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-04-30T12:29:26.277-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:23.937-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:26.793-07:00",
      "Id": -2147483648
    }
  ]
}