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
This server doesn't support microsoft specific extensions, but you have two extension points:
IEntryPropertyInitializer (singleton, default implementation DefaultEntryPropertyInitializer) which is used to initialize the default (and maybe custom) properties for a created collection/document.
IMimeTypeDetector (singleton, default implementation DefaultMimeTypeDetector) which allows the support for custom mime types.
Other than that, this server doesn't support any microsoft specific extension, but it tries to detect WebDAV access from the Windows Explorer.
When you need additional response header values, then your only option is to copy the code from WebDavControllerBase and modify the responses passed into WebDavIndirectResult.
When you need special behaviour, then it would be nice to:
Create an issue with the description of the desired behaviour (ideally with link to the specification)
Creating a PR implementing the desired behaviour (Optional)
Some applications have special behavior.
The text was updated successfully, but these errors were encountered: