On Sat, Jul 05, 2003 at 12:45:08PM -0300, Ricardo Niederberger Cabral wrote: > error: uncaptured python exception, closing channel >channel#: 37 requests:0> (exceptions.AttributeError:'NoneType' object has > no attribute 'end' > [/usr/lib/python2.2/asyncore.py|poll|99] > [/usr/lib/python2.2/asyncore.py|handle_read_event|396] > [/usr/lib/python2.2/asynchat.py|handle_read|130] > [/usr/lib/python2.2/site-packages/medusa/http_server.py|found_terminator|476] > [/usr/lib/python2.2/site-packages/medusa/http_server.py|crack_request|700]) I got this traceback if one sends an URL with spaces, e.g. GET /index.cgi?Name=Ricardo Niederberger ^ The space causes trouble in regexp that parses requests. Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.