You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some clients like for example LibreOffice even require class 1 to be explicitly specified. I had to add a line to the webdav location config file to make it working with LibreOffice:
"more_set_headers -s 200 'dav: 1, 2'; "
With the above modification this would not be neccessary.