| Davin Boling 
    davin at wordpainter.net Wed Mar 16 19:59:40 EST 2005 
 I pasted the wrong code snip by accident.
This was the top of my custom handler, the one that didn't work:
def handler(req):
     test = req.method
     req.log_error(test)
(I try the one listed in the e-mail as well, but it wasn't getting 
reported to the log since req.read() contained no data.)
 |