yuppie wrote at 2006-3-13 10:07 +0100: > ... >> In order to support WebDAV as widely as possible, I >> have removed almost all id restrictions quite some time ago. >> I hope that this will happen in the official Zope as well. >> The current state of affairs is not really justified. > >To reach that goal more fundamental changes are necessary. While the >subject of this thread is more general, I just want to fix a bug. And I >doubt the fix I proposed will make the WebDAV support much worse.
It only is the wrong direction... It is a big deal to exchange local content with a CMS in a way as transparent as possible. WebDAV is the standard for this kind of integration. Many different tools may access the CMS via WebDAV and they have different ways to mark their temporary copies -- usually with some prefix or suffix. I do not know whether there are tools that use "@" or "+" as prefix. However, I know that many different special characters are used for such purposes (".", "_", "#", ...). Zope should have this way of integration (WebDAV) in mind and work towards its easy realization and not introduce things that are likely to make it more difficult (such as forbidding characters at the start of id). -- Dieter _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )