Comment 2 for bug 879371

Revision history for this message
Juan J. Martínez (jjmartinez) wrote :

The code introducing the bug seems to be in swift/server/proxy.py:1288, that removes the x-container-read and x-container-write headers, thus breaking the HEAD request (get container info).

These headers should persist. What do you think?

I'm attaching a patch that solves the problem, but I don't know id there's some kind of side effect.