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.
The text was updated successfully, but these errors were encountered:
Class 2 compliant resources will minimally return the values "1" and "2" in the DAV header of all responses to the HTTP OPTIONS method.
So your module begging from line 504 shout actually read:
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.
The text was updated successfully, but these errors were encountered: