Opened 16 years ago

Closed 15 years ago

Last modified 13 years ago

#8895 closed (fixed)

flup fastcgi debug setting should be optional

Reported by: Paul Egan Owned by: nobody
Component: Core (Other) Version: 1.0
Severity: Keywords: fastcgi
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In r4170 the flup/wsgi debug was explicitly set to False. Sometimes however (e.g. when developing a middleware module) it is handy to display such uncaught exceptions. The attached patch exposes the debug setting to the user.

(Also see #2322).

Attachments (1)

fastcgi.patch (1.0 KB ) - added by Paul Egan 16 years ago.
Patch to fastcgi.py to expose the flup debug setting

Download all attachments as: .zip

Change History (4)

by Paul Egan, 16 years ago

Attachment: fastcgi.patch added

Patch to fastcgi.py to expose the flup debug setting

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10345]) Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top