mar10 / wsgidav

A generic and extendable WebDAV server based on WSGI
https://wsgidav.readthedocs.io
MIT License
978 stars 150 forks source link

Add custom namespaces definitions #329

Open Anatoliy057 opened 1 week ago

Anatoliy057 commented 1 week ago

I'm trying to make my caldav implementation based on this webdav server implementation and ran into the problem that I can't add an alias for the urn:ietf:params:xml:ns:caldav namespace. I understand that with the current implementation the alias is created automatically and it does not affect functionality, but for testing it is more convenient when the expected response will be more understandable

mar10 commented 1 week ago

Thanks for contributing! I will review it shortly