// request header with the request when uploading an
// object.
if(contentLength < 0L) {
// A value of -1 indicates that no Content-Length
// header was set. Bail gracefully.
throw new ObjectLengthNotSpecifiedException("Client " +
"sent request where '" + CONTENT_LENGTH +
"' header was not present or less than zero.");
}
// Only accept the object if the Content-Length of the
// incoming request is less than or equal to the max