diff --git a/radicale/__init__.py b/radicale/__init__.py index 3656633..f91f8bf 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -57,7 +57,7 @@ VERSION = "1.0.1" # tries to access information they don't have rights to NOT_ALLOWED = (client.FORBIDDEN, {}, None) -WELL_KNOWN_RE = re.compile(r"/.well-known/(carddav|caldav)/?") +WELL_KNOWN_RE = re.compile(r"/\.well-known/(carddav|caldav)/?$") class HTTPServer(wsgiref.simple_server.WSGIServer, object):