Re: How are you ZPT users securing your interfaces?
David Pratt <[email protected]>
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
Hi Kevin. Were you able to find Dieter's external method for this? I am also interested in this thread. I guess this works the same a preventing views of html directories, just throw and empty index file in the directory - except it is one each method specifically if called by itself. Hi Dieter, I've search the zope archives and haven't been able to located this - when was this roughtly? Any idea what that the name of that restricted traversal folder product was called? Regards, David On Tuesday, February 8, 2005, at 07:16 AM, Kevin Gill wrote: >> >> I posted a really long time ago an External Method >> that allows you to give any object an "index_html" method. >> >> If an object has a (non "None") "index_html" method, then >> ZPublisher will call it.