catch 2 more xml tokens
This commit is contained in:
@@ -289,8 +289,12 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
|
|||||||
if xml_request is not None:
|
if xml_request is not None:
|
||||||
if "<sync-token />" in xml_request:
|
if "<sync-token />" in xml_request:
|
||||||
flags.append("sync-token")
|
flags.append("sync-token")
|
||||||
|
if "<getetag />" in xml_request:
|
||||||
|
flags.append("getetag")
|
||||||
if "<CS:getctag />" in xml_request:
|
if "<CS:getctag />" in xml_request:
|
||||||
flags.append("getctag")
|
flags.append("getctag")
|
||||||
|
if "<sync-collection " in xml_request:
|
||||||
|
flags.append("sync-collection")
|
||||||
if flags:
|
if flags:
|
||||||
flags_text = " (" + " ".join(flags) + ")"
|
flags_text = " (" + " ".join(flags) + ")"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user