Comment 30 for bug 1196932

Revision history for this message
Mike Barton (redbo) wrote : Re: Possibly DoS attack using object tombstones

I replaced the unlinkold call for PUT and DELETE, which was already doing the same listdir.

I'm adding cleanup logic to POST where it didn't exist before, but that might actually fix another DoS attack in this category, if it's writing new .meta files without checking for existing ones. I'll have to read through the code to see if that's the case.