Edgewall Software

Opened 14 years ago

Last modified 14 years ago

#9092 closed defect

Attempt to 'Save Query' in View Tickets fails with "No handler matched request to /report" — at Initial Version

Reported by: powderflask@… Owned by:
Priority: normal Milestone:
Component: report system Version: 0.11-stable
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

A search for this issue turned up this: #7698

But I am running 0.11.7rc1 and have confirmed that it does contain the patch that closed that ticket.

Reproducing bug:

  • change trac.ini to add the lines (as suggested in docs):

{{ [components] trac.ticket.report.* = disabled }}

  • go to /query
  • Save Query
  • Get:

{{

Error: Not Found No handler matched request to /report

}}

If I remove the configuration setting, things work as expected, but with the old-style reports. Can save custom queries.

My Trac instance is configured to run as CGI, so no server restart is required on configuration change (and, a server restart did not fix the issue).

Change History (0)

Note: See TracTickets for help on using tickets.