This seems to only be happening when I perform an ajax request from
IE7 using POST.  Anyone have any ideas?

 File "/var/www/html/production/feo/reader/views/rest.py", line 693,
in request_has_inputs
   if not request.has_key(input):

 File "/usr/local/lib/python2.5/site-packages/django/http/
__init__.py", line 37, in has_key
   return key in self.GET or key in self.POST

 File "/usr/local/lib/python2.5/site-packages/django/core/handlers/
modpython.py", line 69, in _get_post
   self._load_post_and_files()

 File "/usr/local/lib/python2.5/site-packages/django/core/handlers/
modpython.py", line 52, in _load_post_and_files
   self._post, self._files = http.QueryDict(self.raw_post_data),
datastructures.MultiValueDict()

 File "/usr/local/lib/python2.5/site-packages/django/core/handlers/
modpython.py", line 119, in _get_raw_post_data
   self._raw_post_data = self._req.read()

IOError: Client read error (Timeout?)

<ModPythonRequest
path:/rest/,
GET:<MultiValueDict: {}>,
POST:<could not parse>,
...
META:{'AUTH_TYPE': None,
 'CONTENT_LENGTH': 0L,
 'CONTENT_TYPE': None,
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': 'text/javascript, text/html, application/xml, text/
xml, */*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
 'HTTP_ACCEPT_LANGUAGE': 'en-us',
 'HTTP_CACHE_CONTROL': 'no-cache',
 'HTTP_CONNECTION': 'Keep-Alive',
 'HTTP_CONTENT_LENGTH': '102',
 'HTTP_CONTENT_TYPE': 'application/x-www-form-urlencoded;
charset=utf-8',
...
'HTTP_UA_CPU': 'x86',
 'HTTP_USER_AGENT': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
5.1; .NET CLR 1.1.4322; InfoPath.1)',
 'HTTP_X_REQUESTED_WITH': 'XMLHttpRequest',
 'PATH_INFO': '/',
 'PATH_TRANSLATED': None,
 'QUERY_STRING': None,
...


Thanks!!
Udi


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to