----- Original Message -----
From: "knitti" <[EMAIL PROTECTED]>
To: "Garito" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Tuesday, July 11, 2006 7:38 AM
Subject: Re: [Zope] Override members values
On 7/10/06, Garito <[EMAIL PROTECTED]> wrote:
knitti escribió:
There are any way to distinguish when the property is called by ZMI or
FTP or another "system" call (about Zope) from the property when is
called outside ZMI?
not that I'm aware of.
You could check to see if HTTP_REFERER exists, and if it does exist does it
contain 'manage' - this will get most of the ZMI interactions, but to be
sure you could force all of your ZMI usage thru a different port.
Jonathan
_______________________________________________
Zope maillist - [email protected]
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 )