On Wed, Jan 30, 2002 at 06:05:02PM -0500, Andrew Kuchling wrote:
> A revised version of the patch is below, fixing this; it also factors
> out the actual generation of error pages into separate private
> methods, and adds a typo fix. Votes?
I would prefer a Quixote option setting to control this. Something
like:
EXCEPTION_FORMAT = "none"
or
EXCEPTION_FORMAT = "plain"
or
EXCEPTION_FORMAT = "html"
I'm not sure about the names though.
Neil