don't hardcode flup fastcgi traceback off
In [4170] the flup traceback are hardcoded turn off. I think this is not the best way.
The Traceback should be per default disable. But it should be possible to turn the traceback on via runfastcgi() options.
Attachments
(2)
- patch.txt
(678 bytes
) - added by jedie 17 years ago.
- trac-6610.diff
(2.1 KB
) - added by Michael Kurze 16 years ago.
- Allow to specify a debug parameter to runfcgi that is passed to flup and allows for traceback pages. Default is False.
Download all attachments as:
.zip
Change History
(10)
Needs documentation: |
set
|
Patch needs improvement: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Needs documentation: |
unset
|
Patch needs improvement: |
unset
|
Owner: |
changed from nobody to Michael Kurze
|
Status: |
new → assigned
|
Easy pickings: |
unset
|
Patch needs improvement: |
set
|
Severity: |
→ Normal
|
Resolution: |
→ duplicate
|
Status: |
assigned → closed
|
UI/UX: |
unset
|
It seems your patch doesn't allow setting the option. The value gets lost because it sits in fcgi_options and is never copied to wsgi_options. Plus you didn't document the extra command-line argument.