[Zope] problem with authorisation using webdav/HTMLDocument
Dieter Maurer
dieter@handshake.de
Thu, 16 Aug 2001 21:03:47 +0200 (CEST)
Joe Gaffey writes:
> I am having a weird problem with authorisation using webdav and the
> HTMLDocument product.
> ....
> The problem is that when I then edit this page but enter an invalid
> username/password on publish ........ it publishes anyway.
Changing content is often protected by a common permission:
Change documents, images and files
You can use my DocFinder product to find out how methods are
protected:
URL:http://www.dieter.handshake.de/pyprojects/zope
Dieter