Rails Default ETag Generation

The Rack::Etag middleware does this, using an MD5 of the response body as the actual etag. I would have thought that removing Rack::ETag from the middleware stack would hobble this.

Fred