Stopping tracebacks from appearing in HTML output
My boss is the paranoid type, and doesn't want Python traceback information being spat out in the event of an error (such as a NotFound error). I've customised the standard_error_message, but the traceback is still appended (albeit after the </html> tag). Is there any way to stop this behaviour? David Trudgett
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In article <4.3.1.2.20000518170907.00aed770@regint>, David Trudgett <dkt@registriesltd.com.au> writes
My boss is the paranoid type, and doesn't want Python traceback information being spat out in the event of an error (such as a NotFound error). I've customised the standard_error_message, but the traceback is still appended (albeit after the </html> tag).
Is there any way to stop this behaviour?
David Trudgett
Have you turned off debugging? ( -D switch ) - -- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.co.nz/index.php Powered by Interbase and Zope -----BEGIN PGP SIGNATURE----- Version: PGPsdk version 1.7.1 iQA/AwUBOSL+kbTRdIWzaLpMEQLF1wCgzrT2E4rUb5K+c7fzZFbdFYpME20AoMUd QTayRIgbr3DYH5Maz+AdVu6H =h8PE -----END PGP SIGNATURE-----
participants (2)
-
David Trudgett -
Graham Chiu