#3928: FastCGI Unhandled Exception
---------------------------------------------------+------------------------
Reporter: [EMAIL PROTECTED] | Owner:
adrian
Status: new | Component:
django-admin.py runserver
Version: SVN | Resolution:
Keywords: runfcgi fastcgi unhandled exception | Stage:
Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------------------------------+------------------------
Comment (by [EMAIL PROTECTED]):
Another data point: lighttpd's error log:
{{{
2007-04-04 14:48:16: (mod_fastcgi.c.2502) FastCGI-stderr:
2007-04-04 14:50:09: (mod_fastcgi.c.2502) FastCGI-stderr: Traceback (most
recent call last):
File "/usr/local/lib/python2.5/site-
packages/flup-0.5-py2.5.egg/flup/server/fcgi_base.py", line 558, in run
protocolStatus, appStatus = self.server.handler(self)
File "/usr/local/lib/python2.5/site-
packages/flup-0.5-py2.5.egg/flup/server/fcgi_base.py", line 1112, in
handler
result = self.application(environ, start_response)
File "/usr/local/lib/python2.5/site-
packages/Django-0.95.1-py2.5.egg/django/core/handlers/wsgi.py", line 148,
in __call__
response = self.get_response(request.path, request)
File "/usr/local/lib/python2.5/site-
packages/Django-0.95.1-py2.5.egg/django/core/handlers/base.py", line 59,
in get_response
response = middleware_method(request)
File "/usr/local/lib/python2.5/site-
packages/Django-0.95.1-py2.5.egg/django/middleware/common.py", line 40, in
process_request
if settings.APPEND_SLASH and (old_url[1][-1] != '/') and ('.' not in
old_url[1].split('/')[-1]):
IndexError: string index out of range
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/3928#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---