FTP acquisition problem with Zope 2.10.1
Hi, I've installed a fresh Zope 2.10.1 and noticed a strange behaviour when connectiong via FTP: Through the ZMI I've created a Folder /A with a DTMLDocument "a" and an empty Subfolder B: / -/A ---a -/B If I connect via FTP to the server and trying to upload an ASCII file "a" to the folder /A/B it overwrites the "a" object in the parent A folder and does not create a new "a" object in the /A/B folder. An old 2.7.3 Zope doesn't show this acquisition behavior. Cheers, Marcus
Hi, Am Mittwoch, den 10.01.2007, 12:39 +0100 schrieb Marcus Schopen:
I've installed a fresh Zope 2.10.1 and noticed a strange behaviour when connectiong via FTP:
Through the ZMI I've created a Folder /A with a DTMLDocument "a" and an empty Subfolder B:
/ -/A ---a -/B
If I connect via FTP to the server and trying to upload an ASCII file "a" to the folder /A/B it overwrites the "a" object in the parent A folder and does not create a new "a" object in the /A/B folder. An old 2.7.3 Zope doesn't show this acquisition behavior.
Just set up a fresh 2.9.6 Zope, which does not show this strange behavior! Thanks, Marcus
Marcus Schopen wrote:
I've installed a fresh Zope 2.10.1 and noticed a strange behaviour when connectiong via FTP:
Through the ZMI I've created a Folder /A with a DTMLDocument "a" and an empty Subfolder B:
/ -/A ---a -/B
If I connect via FTP to the server and trying to upload an ASCII file "a" to the folder /A/B it overwrites the "a" object in the parent A folder and does not create a new "a" object in the /A/B folder. An old 2.7.3 Zope doesn't show this acquisition behavior.
Just set up a fresh 2.9.6 Zope, which does not show this strange behavior!
Um, yeah, right... maybe this should actually get fixed for 2.10 instead? Would someone who can reproduce this please file a bug report in the collector? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Would someone who can reproduce this please file a bug report in the collector?
yes would be nice to patch that in 2.10.2. I think andreas want to release the new version next week. maybe we can wait with the release. christian
--On 11. Januar 2007 12:32:01 +0100 Christian Steinhauer <steinhauer@know-it.net> wrote:
Would someone who can reproduce this please file a bug report in the collector?
yes would be nice to patch that in 2.10.2. I think andreas want to release the new version next week. maybe we can wait with the release.
Patches are welcome. I am not sure if I should consider this bug as a show stopper. Especially I have no idea right now how to fix the problem. Andreas -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
Andreas Jung wrote at 2007-1-11 12:36 +0100:
... Patches are welcome. I am not sure if I should consider this bug as a show stopper. Especially I have no idea right now how to fix the problem.
It worked in recent (2.9.) versions correctly. This means, the problem has to do with the recent changes done to ZPublisher traversal to make it more Five friendly. Maybe, you can contact the author of these changes? -- Dieter
Am Donnerstag, den 11.01.2007, 22:07 +0100 schrieb Dieter Maurer:
Andreas Jung wrote at 2007-1-11 12:36 +0100:
... Patches are welcome. I am not sure if I should consider this bug as a show stopper. Especially I have no idea right now how to fix the problem.
It worked in recent (2.9.) versions correctly. This means, the problem has to do with the recent changes done to ZPublisher traversal to make it more Five friendly.
Maybe, you can contact the author of these changes?
Philipp told me to report this to the bug collector: http://www.zope.org/Collectors/Zope/2261 Marcus
--On 11. Januar 2007 22:07:13 +0100 Dieter Maurer <dieter@handshake.de> wrote:
Andreas Jung wrote at 2007-1-11 12:36 +0100:
... Patches are welcome. I am not sure if I should consider this bug as a show stopper. Especially I have no idea right now how to fix the problem.
It worked in recent (2.9.) versions correctly. This means, the problem has to do with the recent changes done to ZPublisher traversal to make it more Five friendly.
Maybe, you can contact the author of these changes?
See the followups to <http://www.zope.org/Collectors/Zope/2261> -aj
--On 12. Januar 2007 18:09:03 +0100 Andreas Jung <lists@zopyx.com> wrote:
--On 11. Januar 2007 22:07:13 +0100 Dieter Maurer <dieter@handshake.de> wrote:
Andreas Jung wrote at 2007-1-11 12:36 +0100:
... Patches are welcome. I am not sure if I should consider this bug as a show stopper. Especially I have no idea right now how to fix the problem.
It worked in recent (2.9.) versions correctly. This means, the problem has to do with the recent changes done to ZPublisher traversal to make it more Five friendly.
Maybe, you can contact the author of these changes?
See the followups to
Unfortunately I could not find a solution so far to fix the bug and I am giving up at this point. Patches are welcome. Zope 2.10.2 will be released by tomorrow with this open bug. Andreas
Lennart fixed this bug today (for the next 2.10.2 release). Andreas --On 10. Januar 2007 12:39:07 +0100 Marcus Schopen <lists@localguru.de> wrote:
Hi,
I've installed a fresh Zope 2.10.1 and noticed a strange behaviour when connectiong via FTP:
Through the ZMI I've created a Folder /A with a DTMLDocument "a" and an empty Subfolder B:
/ -/A ---a -/B
If I connect via FTP to the server and trying to upload an ASCII file "a" to the folder /A/B it overwrites the "a" object in the parent A folder and does not create a new "a" object in the /A/B folder. An old 2.7.3 Zope doesn't show this acquisition behavior.
Cheers, Marcus
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
participants (5)
-
Andreas Jung -
Chris Withers -
Christian Steinhauer -
Dieter Maurer -
Marcus Schopen