Emit HTTP 204 on successful bucket delete

Found with Ceph s3-tests.  References #5.
pull/16/head
Andrew Gaul 2014-07-31 15:55:07 -07:00
rodzic 4c99f6870f
commit 94f8582a67
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -302,6 +302,7 @@ final class S3ProxyHandler extends AbstractHandler {
"Conflict");
return;
}
response.setStatus(HttpServletResponse.SC_NO_CONTENT);
}
private void handleBlobList(HttpServletRequest request,