﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26499	AuthenticationMiddleware apparently accesses request.POST	Christopher Brix	nobody	"The 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`.
Everything works fine if I remove it from the list of middlewares.

I 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].

I'm running Python 2 and the latest version of Django."	Bug	closed	contrib.auth	1.9	Normal	worksforme	middleware request.post		Unreviewed	0	0	0	0	0	0
