Bug 223581 - Minor fix for Django FastCGI handling
Summary: Minor fix for Django FastCGI handling
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Django
Version: rawhide
Hardware: All
OS: All
medium
medium
Target Milestone: ---
Assignee: Michel Alexandre Salim
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-20 04:36 UTC by James Bennett
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-01-21 22:20:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Bennett 2007-01-20 04:36:50 UTC
A minor problem was discovered with Django's use of flup for FastCGI handling after the 0.95 release; flup 
was allowed to run in 'debug' mode and show full tracebacks on uncaught exceptions, which could expose 
the contents of application code or settings.

This was fixed in revision 4170 of Django trunk, and a patch which applies cleanly to stock Django 0.95 is 
in Django's "0.95-bugfixes" branch (which tracks post-release updates and fixes for the 0.95 release):

http://code.djangoproject.com/changeset/4363

Comment 1 Michel Alexandre Salim 2007-01-21 22:20:50 UTC
Django 0.95.1 has been built on the build servers and awaits signing


Note You need to log in before you can comment on or make changes to this bug.