[Zope] ZipFolder Problems - FIXED!!!
Jens Quade
jq@jquade.de
08 Apr 2001 14:07:42 +0200
"Mohan Baro" <mcbaro@uwimona.edu.jm> writes:
> What I found out is that you have to install both ZipFolder 0.2 and
> ZipFolder 0.2.1 to work properly.
Hmm, that's odd. I coudn't reproduce this problem.
> It ingnored some files... should I be concened?
No, if you really want those files on your Zope Server, better
rename them.
> ZIP file uploaded successfully, some files/folders ignored:
> aaron.~by
[...]
ZipFile adds only files with names that are suitable as ID.
This behavior is controlled by the check_filename function,
which, by default, uses the regexp ^[A-Za-z0-9][\w\_\-\.]*$
to check filenames.
jens