[Zope] ZCTextIndex Lexicon

Dieter Maurer dieter@handshake.de
Tue, 1 Apr 2003 21:20:58 +0200


volker.wend@efgbsh.de wrote at 2003-3-31 21:09 +0200:
 > It seems to be a Security Issue. If I try to copy a lexicon from somewhere
 > else to the place I get an exception:
 > ....
 > _verifyObjectPaste
 >     (Object: TextCatalog)
 > Unauthorized: <zExceptions.unauthorized.Unauthorized instance at 028AF464>

This means:

  getSecurityManager().checkPermission( mt_permission, self )

returned "false". "mt_permission" is the permission protecting
the creation of a lexicon, "self" is the destination.


Dieter