Project

General

Profile

Actions

Bug #9037

closed

civetweb: error HEAD responses return body

Added by Valtteri Vuorikoski over 9 years ago. Updated over 9 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

0.80.5 radosgw with civetweb frontend returns body data when sending an error response to a HEAD request. This breaks boto badly.

To reproduce with plain HTTP (radosgw is running on port 11800):

curl -X HEAD -i http://localhost:11800/bucketses/nosuchfile
HTTP/1.1 404 Not Found
Content-Length: 78
Accept-Ranges: bytes
Content-type: application/xml

<?xml version="1.0" encoding="UTF-8"?><Error><Code>NoSuchBucket</Code></Error>

Related issues 1 (0 open1 closed)

Is duplicate of rgw - Bug #8539: civetweb backend responds with a body when a HEAD request yields an errorResolved06/05/2014

Actions
Actions #1

Updated by Sylvain Munaut over 9 years ago

See #8539

Actions #2

Updated by Valtteri Vuorikoski over 9 years ago

Ah, sorry, somehow managed to miss it when I looked through the issue list. Please close this then.

Actions #3

Updated by Ian Colle over 9 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF