http
MOVE /workspace/project HTTP/1.1
Host: dav.example.com
Destination: /workspace/project/archive/project
Depth: infinity
HTTP/1.1 508 Loop Detected
Content-Type: application/json
{
"status": 508,
"error": "loop_detected",
"message": "Infinite loop would occur during move operation",
"details": "Cannot move collection to location within itself",
"source": "/workspace/project",
"destination": "/workspace/project/archive/project",
"recommendation": "Choose destination outside of source hierarchy"
}