Bug 223581

Summary: Minor fix for Django FastCGI handling
Product: [Fedora] Fedora Reporter: James Bennett <james>
Component: DjangoAssignee: Michel Alexandre Salim <michel.salim>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-21 22:20:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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