[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: mod_mime_magic unable to handle compressed content larger than 4k State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Tue Apr 20 13:43:18 PDT 1999 State-Changed-Why: I get a 403 when I try to access the URLs you listed. We deliberately limit the amount sent to unzip/uncompress -- because we don't want to use lots of memory or CPU time to do it. The first 4k should be enough to identify all files... Also it uses "uncompress -c" and passes it the compressed data on stdin -- so uncompress never deals with a filename, so I don't see how it can complain about a lack of .Z. Dean