[Zope] Suppress evaluation of dtml?
Quentin Smith
quentins@comclub.dyndns.org
Wed, 10 Jul 2002 14:30:07 -0400
Hi-
Simply prevent them from making any file type other than "File". File
objects which are text or html should automatically be editable in the
ZMI just like DTML Documents/Methods. Do note, however, that File
objects will NOT have any way to pick up a standard header or footer, as
<dtml-var> tags are ignored.
HTH,
--Quentin
On Wednesday, July 10, 2002, at 02:22 PM, VanL wrote:
> Hello,
>
> I have a site where people can upload arbitrary html to view it. I do
> not want these users to be able to execute dtml. I have turned off all
> permissions for the anonymous users except for view and access
> contents, but dtml is still evaluated in these html files.
>
> Is it possible to suppress all evaluation of content and just act as a
> web server for certain areas or for certain files?
>
> Thnx,
>
> VanL