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
The main issue with the current code is that the dependency library macaron does not support the methods that DAV requires (COPY, LOCK, MKCOL, MOVE, PROPFIND, PROPPATCH, and UNLOCK).
When using the current code as a dav microservice together with GIN, macaron needs to be removed and use the Go http router directly.
The text was updated successfully, but these errors were encountered:
The main issue with the current code is that the dependency library macaron does not support the methods that DAV requires (COPY, LOCK, MKCOL, MOVE, PROPFIND, PROPPATCH, and UNLOCK).
When using the current code as a dav microservice together with GIN, macaron needs to be removed and use the Go http router directly.
The text was updated successfully, but these errors were encountered: