#9054: request.raw_post_data is empty for multipart/related posts
------------------------------------+---------------------------------------
Reporter: gruffudd | Owner: nobody
Status: new | Milestone:
Component: HTTP handling | Version: 1.0
Resolution: | Keywords: multipart
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Comment (by chris chamberlin ):
The patch attached just above seems to make it safe to peek at
raw_post_data before the POST dict is generated, regardless of what the
content-type is. It doesn't entirely fix the issue; you still can't access
the attributes in reverse order; after you get POST, raw_post_data will be
empty.
--
Ticket URL: <http://code.djangoproject.com/ticket/9054#comment:3>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---