Roundup Tracker - Issues

Message2356

Author stefan
Recipients
Date 2006-11-26.02:41:48
Message-id
In-reply-to
HTMLClass.__getitem__ eventually instantiates a
HTMLProperty with nodeid set to ''. (We are looking
at a class, not an instance.)

HTMLProperty.is_view_ok() then will call
security.hasPermission(), which explicitely checks
for 'nodeid is None' before calling the user-provided
'check'.

It therefor seems as if the HTMLProperty should be
instantiated with nodeid set to None, not '',
or the security checking functions may blow up.
History
Date User Action Args
2009-02-03 14:21:57adminlinkissue1602983 messages
2009-02-03 14:21:57admincreate