mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-30 18:37:12 +00:00
Merge branch 'petr.jurasek/davical-master'
This commit is contained in:
commit
a4896b085a
@ -69,7 +69,7 @@ if ( $dav_resource->IsCollection() ) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
if ( (isset($request->etag_if_match) && $request->etag_if_match != $dav_resource->unique_tag() ) ) {
|
||||
if ( isset($request->etag_if_match) && $request->etag_if_match != $dav_resource->unique_tag() && $request->etag_if_match != "*" ) {
|
||||
$request->DoResponse( 412, translate("Resource has changed on server - not deleted") );
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user