Commit 6e008d50 authored by Andreas Jung's avatar Andreas Jung

- Collector #1628: FTP server has been broken (directory

        listings did not work)
parent 55e17f0e
......@@ -22,8 +22,6 @@ Zope Changes
- Port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
- Fix the FTP server: Collector #1628
- check if ExtendedPathIndex might be a reasonable replacement for PathIndex
after Zope 2.8a1
......@@ -60,6 +58,9 @@ Zope Changes
Bugs fixed
- Collector #1628: FTP server has been broken (directory
listings did not work)
- Collector #1705: CopySource._postCopy is never called
- Collector #1617: Fixed crash in ZPT code (caused by improper
......
......@@ -664,10 +664,10 @@ class ObjectManager(
):
mode=mode | 0770
except: pass
if nobody.allowed(
self.manage_FTPlist,
getRoles(self, 'manage_FTPlist', self.manage_FTPlist, ()),
self.manage_FTPlist.__roles__):
self,
getRoles(self, 'manage_FTPlist', self.manage_FTPlist, ())):
mode=mode | 0007
mtime=self.bobobase_modification_time().timeTime()
# get owner and group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment