[11:52]<simono> hi hannes, @ middleware discussion. now my point boils down to: is it worth implementing the django-middleware ontop of the servlet-filters / chaining approach. imo this is much much easier for app developers to understand, but on the otherhand app devels rarly write middleware to begin with [11:54]<simono> you mentioned several cases where django-middleware is inferior (e.g. 'wrapping' around the app, wrap req/res) and I looked at the middleware they ship with. they have those problems, sometimes the solutions are ugly.