View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001048 | JEDI VCS | Client (Gui) | public | 2003-07-18 07:09 | 2008-11-15 07:27 |
Reporter | Yotce | Assigned To | USchuster | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 2.40 RC2 (Client) | |||
Summary | 0001048: Annoying mesage from TZipMaster when DataEncryption is on | ||||
Description | When JVCS client is set-up to use data encryption when storing/transmitting the source files, TZipMaster (used to zip/unzip the transmitted file) always show-up two annoying msg boxes with message "No valid zip entries found". | ||||
Additional Information | That is because the first attempt of HandleBlob.ExtractZip2Source function is to pass the file transmitted to TZipMaster "asis it", and then try to decrypt file and pass it again. I tried two new releases of the DelphiZip package - 1.60 and current stable version 1.72.1.2. TZipMaster introducese a new propery called "Unattended". So, using more recent version (>=1.60) solve the problem ZipMst := TZipMaster.Create(ZipOwner) //+YZ Set unnatended mode to avoid unneeded messages ZipMst.Unattended := True; //end | ||||
Tags | No tags attached. | ||||
Fix in JVCS version | |||||
Releasedocumentation | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-01-16 10:55 | USchuster | Relationship added | child of 0002377 |
2005-01-23 03:19 | USchuster | Relationship added | related to 0001954 |
2005-01-23 03:23 | USchuster | Note Added: 0006260 | |
2005-01-23 03:23 | USchuster | Status | new => assigned |
2005-01-23 03:23 | USchuster | Assigned To | => USchuster |
2005-01-25 13:40 | USchuster | Status | assigned => resolved |
2005-01-25 13:40 | USchuster | Fixed in Version | => 2.40 RC2 (Client) |
2005-01-25 13:40 | USchuster | Resolution | open => fixed |
2008-11-15 07:27 | THuber | Status | resolved => closed |