[Trac-tickets] [The Trac Project] #2707: [mod_python] String index
out of range
The Trac Project
noreply at edgewall.com
Wed Feb 1 05:19:19 CST 2006
#2707: [mod_python] String index out of range
---------------------------+------------------------------------------------
Reporter: littleb | Owner: jonas
Type: defect | Status: new
Priority: high | Milestone:
Component: search system | Version: 0.9.3
Severity: major | Keywords:
---------------------------+------------------------------------------------
{{{
http://example.com/trac/search?q=%de
}}}
string index out of range
Python traceback
{{{
Traceback (most recent call last):
File "/usr/share/python2.4/site-
packages/trac/web/modpython_frontend.py", line 206, in handler
File "/usr/share/python2.4/site-packages/trac/web/main.py", line 139, in
dispatch_request
File "/usr/share/python2.4/site-packages/trac/web/main.py", line 107, in
dispatch
File "/usr/share/python2.4/site-packages/trac/Search.py", line 146, in
process_request
File "/usr/share/python2.4/site-packages/trac/Search.py", line 224, in
quickjump
IndexError: string index out of range
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2707>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list