Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12671 closed defect (fixed)

ERROR: Exception caught while post-processing request:

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: MasterTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

2016-02-16 08:02:30,019 Trac[main] ERROR: Exception caught while post-processing request:
Traceback (most recent call last):
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/trac/web/main.py", line 277, in dispatch
    self._post_process_request(req)
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/trac/web/main.py", line 390, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/mastertickets/web_ui.py", line 72, in post_process_request
    if req.path_info.startswith('/ticket/'):
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/trac/web/api.py", line 382, in path_info
    path_info=path_info))
HTTPNotFound: 404 Not Found (Invalid URL encoding (was '/ticket/7212\xef\xbc\xef\xbf\xbd'))

Attachments (0)

Change History (2)

comment:1 Changed 8 years ago by Ryan J Ollos

Status: newaccepted

Similar to #12659, #12486 and #12431.

Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 8 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 15320:

4.0.0dev: Skip post_process_request during exception handling

Fixes #12671.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
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.