On 29 Aug 2005, at 18:39, Dieter Maurer wrote:

Jens Vagelpohl wrote at 2005-8-29 16:17 +0100:

...
If a filename is illegal as a URL then that's that.


In fact, an URL does not disallow any characters.
It only requires that some of them need to be escaped.

Thus, a Zope id could contain any character, would Zope properly
escape all characters not literally allowed in URLs.

Yes, that's always a viable solution. But as you said, it might require patching deep in the bowels of Zope to get that right. Or at the application level which could escape everything before it even hits the Zope level.

jens

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

Reply via email to