Modify

Opened 17 years ago

Closed 17 years ago

#1400 closed defect (wontfix)

"TracError: Access denied" when tickets are viewed in Text format

Reported by: fungbat@… Owned by: Noah Kantrowitz
Priority: normal Component: PrivateTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

The following error occurred for the user with TICKET_VIEW_GROUP permission. Initially, the ticket report showed fine. But when one clicked to download the report in other format (comma and tab delimited text), the following error resulted:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "build/bdist.linux-i686/egg/privatetickets/report.py", line 19, in pre_process_request
TracError: Access denied

Somehow, the RSS format seems to work fine.

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by Noah Kantrowitz

Resolution: wontfix
Status: newclosed

Thats a feature. Filtering the tab and csv formats would have been significantly more complex, and I don't have a need for it, so I just block them.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.