View Issue Details

IDProjectCategoryView StatusLast Update
0001048JEDI VCSClient (Gui)public2008-11-15 07:27
ReporterYotceAssigned ToUSchuster 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version2.40 RC2 (Client) 
Summary0001048: Annoying mesage from TZipMaster when DataEncryption is on
DescriptionWhen 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 InformationThat 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
TagsNo tags attached.
Fix in JVCS version
Releasedocumentation

Relationships

related to 0001954 closed use abbrevia as zip/unzip components 
child of 0002377 closed Releaseinfo: 2.40 gui client issues 

Activities

USchuster

2005-01-23 03:23

manager   ~0006260

Another problem is that if you haven't entered a encryption key an exception will occur after the "No valid zip entries found" messages.
I will change HandleBlob.ExtractZip2Source to use Abbrevia.

Issue History

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