Displaying 1 result from an estimated 1 matches for "xmlrpchandler".
2007 May 24
1
Logging Exceptions
Hi,
I am using Mongrel with my own XmlRpcHandler and I get sporadic "500"
errors from Mongrel. The handler wraps around the xmlrpc/server
module and I am pretty sure that the error is mine and neither in
mongrel or xmlrpc/server.
I catch all exceptions in my xmlrpc/server handler and do not send
out 500 http answers from there....