I just ran into a problem caused by response middleware getting called even though request middleware returned a response. The docs, even in 0.91, claim that all response processing stops if request middleware returns a response, but this was not the case, even on trunk, until [2358], while 0.91 was [1908].
This was (possibly inadvertently) fixed in that changeset by returning from get_response, which bypasses the later code that used to be in ModPythonHandler.__call__. This is the third or so request to have a bug applied to 0.91-bugfixes. I'm not at all upset, but the prior requests haven't been answered. Would it be possible for me to gain committer access on that branch? I'm fixing bugs over there anyway. ;-) Cheers, Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---