[ZCM] [ZC] 224/ 3 Reject "FTP should not put spaces in user names"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Fri, 15 Feb 2002 09:16:15 -0500
Issue #224 Update (Reject) "FTP should not put spaces in user names"
Status Rejected, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/224
==============================================================
= Reject - Entry #3 by chrisw on Feb 15, 2002 9:16 am
Status: Pending => Rejected
If this is a problem for you, don't use usernames with spaces in them ;-)
________________________________________
= Comment - Entry #2 by edmundd on Feb 15, 2002 5:46 am
OK, I made a quick fix for this. This line should be added in at line 615 in OFS/ObjectManager.py and at line 264 at OFS/SimpleItem.py:
owner=string.replace(owner," ","_")
Also replace "import time" with "import time,string" on line 34 of OFS/SimpleItem.py.
________________________________________
= Request - Entry #1 by edmundd on Feb 14, 2002 9:45 pm
The FTP interface to Zope should not report spaces in user or group names: it should substitute these with underscores. The spaces confuse several software packages, such as ftpfs, which split the FTP directory listing on spaces in order to find the filename. The one that caught me in particular was "System Processes"
==============================================================