Adrian Hungate writes:
 > I know that Zope uses the fact that an object or method starts with _ as a
 > security feature, but is there a way of circumventing it? I am looking at
 > the posibility of developing a basic level of Microsoft Frontpage support,
 > but ALL frontpage actions contain _ in the folder names.
 > 
 > If there is just one point in the code that I need to add a few exceptions
 > to the "Can't start with _" rule, then I can do that - This project is
 > fairly important.
You can use a SiteAccess AccessRule to map the "_" transparently
to something different.

There are HowTos on Zope.org on how to use SiteAccess for similar
tasks.


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 )

Reply via email to