<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -202,6 +202,7 @@ answer newbie questions, and generally made Django that much better:
     Kieran Holland &lt;http://www.kieranholland.com&gt;
     Sung-Jin Hong &lt;serialx.net@gmail.com&gt;
     Leo &quot;hylje&quot; Honkanen &lt;sealage@gmail.com&gt;
+    Tareque Hossain &lt;http://www.codexn.com&gt;
     Richard House &lt;Richard.House@i-logue.com&gt;
     Robert Rock Howard &lt;http://djangomojo.com/&gt;
     John Huddleston &lt;huddlej@wwu.edu&gt;
@@ -402,7 +403,7 @@ answer newbie questions, and generally made Django that much better:
     Vasiliy Stavenko &lt;stavenko@gmail.com&gt;
     Thomas Steinacher &lt;http://www.eggdrop.ch/&gt;
     Johan C. St&#246;ver &lt;johan@nilling.nl&gt;
-    nowell strite
+    Nowell Strite &lt;http://nowell.strite.org/&gt;
     Thomas Stromberg &lt;tstromberg@google.com&gt;
     Pascal Varet
     SuperJared</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -134,8 +134,8 @@ class ModPythonRequest(http.HttpRequest):
         if not hasattr(self, '_meta'):
             self._meta = {
                 'AUTH_TYPE':         self._req.ap_auth_type,
-                'CONTENT_LENGTH':    self._req.clength, # This may be wrong
-                'CONTENT_TYPE':      self._req.content_type, # This may be wrong
+                'CONTENT_LENGTH':    self._req.headers_in.get('content-length', 0),
+                'CONTENT_TYPE':      self._req.headers_in.get('content-type'),
                 'GATEWAY_INTERFACE': 'CGI/1.1',
                 'PATH_INFO':         self.path_info,
                 'PATH_TRANSLATED':   None, # Not supported</diff>
      <filename>django/core/handlers/modpython.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4eac5ef4c98c5b69f939bb78d8b2f208a437d0a</id>
    </parent>
  </parents>
  <author>
    <name>russellm</name>
    <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
  </author>
  <url>http://github.com/tswicegood/django/commit/98d2fd2e3d15533ef05d71ac29eb71116ff522ad</url>
  <id>98d2fd2e3d15533ef05d71ac29eb71116ff522ad</id>
  <committed-date>2009-09-12T14:28:01-07:00</committed-date>
  <authored-date>2009-09-12T14:28:01-07:00</authored-date>
  <message>Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers provided by the mod_python handler. Thanks to Nowell Strite and Tareque Hossain for the report and fix.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11528 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
  <tree>2711004070ed03fe339aa261e42b426481cfc77b</tree>
  <committer>
    <name>russellm</name>
    <email>russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
  </committer>
</commit>
