Comment 1 for bug 1201844

Revision history for this message
David Goetz (david-goetz) wrote :

This is only true if the bulk middleware is after the quota middleware in the proxy pipeline. The bulk middleware should always be to the left of ratelimiting, auth, quota middleware, etc so that every subrequest is handled properly and restrictions are maintained.