Bug 1024021

Summary: 503 error returned when PUTing an object with a path that includes another existing object
Product: [Community] Gluster-Swift Reporter: Peter Portante <pportant>
Component: object-serverAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 1.8.0CC: pportant
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Peter Portante 2013-10-28 15:14:59 UTC
[28/Oct/2013 10:50:44] "PUT /v1/a/versions/name HTTP/1.1" 201 225 0.054903\n'
[28/Oct/2013 10:50:44] "PUT /v1/a/versions/name/sub HTTP/1.1" 503 271 0.020309\n'

The second request should not return 503, but should return a 409, conflict.