[Zope-dev] characters allowed in object IDs

2006-03-10 Thread yuppie

Hi!


As of Zope 2.8.2 (http://svn.zope.org/?rev=38738view=rev) the '@' 
character is allowed in object IDs.


Zope 3 does not allow object IDs starting with '@' because those names 
are reserved for views.


Five makes Zope 3 style views available in Zope 2, so IDs starting with 
'@' should be disallowed in Zope 2 as well.


If there are no objections I'll fix that in Zope 2.8, 2.9 and trunk.


Cheers,

Yuppie

___
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 )


Re: [Zope-dev] characters allowed in object IDs

2006-03-10 Thread Dieter Maurer
yuppie wrote at 2006-3-10 12:14 +0100:
As of Zope 2.8.2 (http://svn.zope.org/?rev=38738view=rev) the '@' 
character is allowed in object IDs.

Zope 3 does not allow object IDs starting with '@' because those names 
are reserved for views.

Five makes Zope 3 style views available in Zope 2, so IDs starting with 
'@' should be disallowed in Zope 2 as well.

If there are no objections I'll fix that in Zope 2.8, 2.9 and trunk.

To support WebDAV as widely as possible, I would prefer to
get rid of all id restrictions. I do not like to see
new restrictions emerging...


-- 
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 )