31 Jul
2002
31 Jul
'02
8:57 p.m.
Heimo Laukkanen writes:
... analysing difficult errors ... I once instrumented "ZPublisher.Publish.publish" to print the traceback in case of an exception (after "transaction_manager.abort()"). If necessary, you can also print the request content.
Be warned, however, you will get lots of output, as exceptions are quite normal (e.g. 'Unauthorized' exceptions). Dieter