﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27005	request.body raises an exception if 'CONTENT_LENGTH' = ''	Daniel	Tim Graham	"
invalid literal for int() with base 10: ''

/site-packages/django/http/request.py in body

line  267  

{{{
#!python

# request.META['CONTENT_LENGTH'] = ''

int(self.META.get('CONTENT_LENGTH', 0)) > settings.DATA_UPLOAD_MAX_MEMORY_SIZE): 
}}}



"	Bug	closed	HTTP handling	1.10	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
