Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#4444 closed defect (wontfix)

Error found on logout

Reported by: architecte@… 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)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Resolution: wontfix
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.