Roundup Tracker - Issues

Issue 1180175

classification
Ability to disable stack traces in web interface
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : greenrd, richard
Priority: normal :

Created on 2005-04-10 12:20 by greenrd, last changed 2005-04-13 05:28 by richard.

Messages
msg1932 Author: [hidden] (greenrd) Date: 2005-04-10 12:20
(Copied from my email to the mailing list)

On Fri, 8 Apr 2005 01:37 am, Robin Green wrote:
> It is accepted best practice to turn off stack traces
(or backtraces,
> or whatever Python people call them) in production,
so as to avoid
> accidentally revealing a little too much information
to a potential
> attacker.

So basically there needs to be a configuration option
that lets you send stack traces to a log file instead
of to the browser.
msg1933 Author: [hidden] (richard) Date: 2005-04-13 05:28
Logged In: YES 
user_id=6405

New in next release: 
 
Send errors in the web interface to a logfile by default. Use the "debug" 
multiprocess mode (roundup-server) or the DEBUG_TO_CLIENT var 
(roundup.cgi) to have the errors appear in your browser 
 
History
Date User Action Args
2005-04-10 12:20:46greenrdcreate