#14035: Cannot access POST after request.encoding was set to a custom value
------------------------------------+---------------------------------------
          Reporter:  zimnyx         |         Owner:  nobody
            Status:  closed         |     Milestone:        
         Component:  HTTP handling  |       Version:  SVN   
        Resolution:  invalid        |      Keywords:        
             Stage:  Unreviewed     |     Has_patch:  0     
        Needs_docs:  0              |   Needs_tests:  0     
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by russellm):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => invalid
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Since you shouldn't be modifying the request anyway, I'm afraid I don't
 see the problem here. If you need some sort of custom payload handling,
 then you should be getting the raw POST data and parsing it yourself, not
 trying to munge Django's POST handling.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14035#comment:1>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to