﻿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
730	more explicit middlware ordering	hugo	Andrew Badr	"In a [http://groups.google.com/group/django-developers/browse_frm/thread/2865c3f1e8780bf6/1123d4c87d0aff75#1123d4c87d0aff75 django-developer discussion] the problem of middlware ordering came up. I think a solution might be to have an optional way to give an explicit middleware ordering for the response phase.

This could be done in a way so that if the user doesn't give an explicit ordering, the system automatically uses the reversed middleware list - that's the behaviour we have now.

But if the users defines a setting for middlewar response order, the system could check that the content is identical in content, but can be different in order. That way people can give explicit order and response handling would be much more explicit and understandable.
"	enhancement	closed	Core (Other)		normal	fixed		oliver@…	Accepted	1	1	1	1	0	0
