Steve Alexander writes:
> On my pie-in-the-sky zope wishlist:
>
> What I'd like is a new tab for zope objects that allows me to say which
> protocols the object is accessible from, and what to do if not.
>
> For example:
>
> access route accessible? action
>
> called from template yes
> http on port 8080 no return 404
> ftp yes
>
>
> Another example:
>
> access route accessible? action
>
> called from template yes
> http on port 8080 no redirect to URL1
Sounds good to me.
With the exception that I do not like the explicit port references.
I would like to see there an indirection (e.g. use a name
which can be mapped to a port at a central place).
Dieter
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )