diff --git a/radicale/storage.py b/radicale/storage.py index 867b5626..af2fe38b 100644 --- a/radicale/storage.py +++ b/radicale/storage.py @@ -618,7 +618,6 @@ class Collection(BaseCollection): def get(self, href): if not href: return None - href = href.strip("{}") if not is_safe_filesystem_path_component(href): self.logger.debug( "Can't translate name safely to filesystem: %s", href)