#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]):
Ups, sorry, previous error log was with Django 0.95. Same with devel
version:
{{{
2007-04-04 22:31:45: (mod_fastcgi.c.2502) FastCGI-stderr:
2007-04-04 22:32:10: (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/core/handlers/wsgi.py", line 189, in __call__
response = self.get_response(request)
File "/usr/local/lib/python2.5/site-
packages/django/core/handlers/base.py", line 59, in get_response
response = middleware_method(request)
File "/usr/local/lib/python2.5/site-
packages/django/middleware/common.py", line 41, 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:4>
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
-~----------~----~----~----~------~----~------~--~---