Is the standard_error_message supposed to be used in all cases that an error is raised? It doesn't seem to be getting used when I get a 404 (NotFound) error. All it returns is the basically formatted error "Sorry, the requested document does not exist." and the traceback (and title). I've tried changing the standard_error_message doc method but it never appears for this type of error. How can I get it to use the standard error document. Thanks, --- John Eikenberry [jae@kavi.com - http://taos.kavi.com/~jae/] ______________________________________________________________ "A society that will trade a little liberty for a little order will deserve neither and lose both." --B. Franklin
At 00:29 16/04/99 , John Eikenberry wrote:
Is the standard_error_message supposed to be used in all cases that an error is raised? It doesn't seem to be getting used when I get a 404 (NotFound) error. All it returns is the basically formatted error "Sorry, the requested document does not exist." and the traceback (and title).
I've tried changing the standard_error_message doc method but it never appears for this type of error. How can I get it to use the standard error document.
Thanks,
You can't, yet. I reported this to DC, and they agree it should also go via standard_error_message, or an equivalent. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
John Eikenberry -
Martijn Pieters