Modify ↓
Opened 9 years ago
Closed 9 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
Owner: | changed from Steffen Hoffmann to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
In 14942: