Modify

Opened 9 years ago

Closed 8 years ago

#12486 closed defect (fixed)

Exception caught while post-processing request

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

Description

It looks like a change similar to [14783#file1] is needed in post_process_request.

2015-08-17 20:14:04,971 Trac[main] ERROR: Exception caught while post-processing request:
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 274, in dispatch
    self._post_process_request(req)
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 387, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracTags-0.8dev-py2.6.egg/tractags/wiki.py", line 98, in post_process_request
    if req.method == 'GET' and req.path_info.startswith('/wiki/'):
  File "build/bdist.linux-i686/egg/trac/web/api.py", line 380, in path_info
    path_info=path_info))
HTTPNotFound: 404 Not Found (Invalid URL encoding (was '/register_\xe6\xa1\xcb^n)h\x87\xfam\xb6'))

Attachments (0)

Change History (4)

comment:1 Changed 9 years ago by Ryan J Ollos

Owner: changed from Steffen Hoffmann to Ryan J Ollos
Status: newaccepted

comment:2 Changed 8 years ago by Ryan J Ollos

In 14942:

0.8dev: Skip post_process_request during exception handling.

Refs #12486.

comment:3 Changed 8 years ago by Ryan J Ollos

In 14944:

0.8dev: Add changelog entry for #12486.

Refs #12486.

comment:4 Changed 8 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 14945:

0.8: Tag 0.8 release

Fixes #1304, #1344, #3660, #3891, #9064, #9797, #11661, #11690, #11695, #11888, #11950, #11954, #11968, #12202, #12292, #12434, #12486.

Refs #12415.

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.