| java.lang.Object com.flexive.war.webdav.Operation com.flexive.war.webdav.OperationDelete
OperationDelete | class OperationDelete extends Operation (Code) | | Delete operation for Non-Collection Resources and Collections.
The DELETE method on a collection MUST act as if a "Depth: infinity" header was used on it.
A client MUST NOT submit a Depth header with a DELETE on a collection with any value but infinity.
If any resource identified by a member URI cannot be deleted then all of the member's ancestors MUST NOT
be deleted, so as to maintain namespace consistency.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
|
|