[ZCM] [ZC] 784/ 2 Reject "FTP does not work after use_HTTP_content_compression = 1"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Sat, 01 Feb 2003 15:04:56 -0500


Issue #784 Update (Reject) "FTP does not work after use_HTTP_content_compression = 1"
 Status Rejected, ZServer/bug low
To followup, visit:
  http://collector.zope.org/Zope/784

==============================================================
= Reject - Entry #2 by ajung on Feb 1, 2003 3:04 pm

 Status: Pending => Rejected

Changing these kind of internal attributes manually is
not-supported.

-aj
________________________________________
= Request - Entry #1 by Anonymous User on Jan 31, 2003 4:45 am

After activating http compression in ZOPE/lib/python/ZPublisher/HTTPResponse.py (use_HTTP_content_compression manually set to 1), the ftp server does not work.

zope debug log:
---------------
exception in trigger thunk: (exceptions.ValueError:bad marshal data [/usr/lib/zope/ZServer/medusa/thread/select_trigger.py|handle_read|82] [/usr/lib/zope/ZServer/FTPResponse.py|apply|81] [/usr/lib/zope/ZServer/FTPServer.py|cwd_completion|214] [/usr/lib/zope/ZServer/FTPResponse.py|_marshalledBody|51])

ftp client log:
---------------
220 XXXX FTP server (Medusa Async V1.21 [experimental]) ready.
USER XXXX
331 Password required.
PASS XXXX
230 Login successful.
SYST
215 UNIX Type: L8
FEAT
500 'FEAT': command not understood.
CWD /


Christian

==============================================================