Changes between Initial Version and Version 1 of Ticket #26499


Ignore:
Timestamp:
Apr 13, 2016, 4:15:47 PM (8 years ago)
Author:
Christopher Brix
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26499 – Description

    initial v1  
    11The middleware `AuthenticationMiddleware` apparently accesses `request.POST`, because if I include it I get the exception `You cannot access body after reading from request's data stream` once I try to read `request.body`.
     2Everything works fine if I remove it from the list of middlewares.
    23
    34I wasn't able to find the source code of `AuthenticationMiddleware`, but if it indeed does so, this [https://code.djangoproject.com/ticket/16384 should be considered a bug].
Back to Top