Modify ↓
Opened 18 years ago
Closed 18 years ago
#4444 closed defect (wontfix)
Error found on logout
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | timeline | Version: | 0.10.3 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
On logout click (with Admin privilege account) from Timeline stuff. Reproduced 2 times.
Python Traceback Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 300, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 190, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.3/site-packages/trac/Timeline.py", line 93, in process_request req.perm.assert_permission('TIMELINE_VIEW') File "/usr/lib/python2.3/site-packages/trac/perm.py", line 384, in assert_permission id = ':'.join([str(i) for i in id]) TypeError: iteration over non-sequence
Attachments (0)
Note:
See TracTickets
for help on using tickets.
After some research, it looks like you're using the security branch…
Well, this effort will be restarted for 0.11 (see PermissionPolicy), but I'm afraid we can't offer support for the old 0.10dev experimental branch.
Best bet is some problem in a IResourceProvider plugin implementing incorrectly the
identify_resource
method.