CHW-4813 DockerUploadUUIDMissing

docker blob upload request is missing the upload UUID segment

Default message: docker blob upload request is missing the upload UUID segment
HTTP status: 400 (client)

Problem. A Docker blob upload PATCH / PUT request was missing the UUID segment. Cause. The client sent .../blobs/uploads/ without the session UUID assigned at POST initiation. Fix. Use the Location header returned by the POST to address subsequent PATCH / PUT requests. HTTP 400.