mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Check that vobject_item have a UID
This commit is contained in:
parent
fe97741f08
commit
2860c664d0
9 changed files with 30 additions and 3 deletions
|
@ -788,6 +788,8 @@ class Application:
|
|||
|
||||
try:
|
||||
items = list(vobject.readComponents(content or ""))
|
||||
for item in items:
|
||||
storage.check_item(item)
|
||||
except Exception as e:
|
||||
self.logger.warning(
|
||||
"Bad PUT request on %r: %s", path, e, exc_info=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue