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
Currently, all of our WebDAV requests are path based. In the long term we want to have this id-based, which improves performance on the server side and lets us get rid of (some of) the path handling, which is quite laborious most of the time.
The WebDAV implementation needs to be refactored to the web-client package before this can happen (see #9764).
The text was updated successfully, but these errors were encountered:
Currently, all of our WebDAV requests are path based. In the long term we want to have this id-based, which improves performance on the server side and lets us get rid of (some of) the path handling, which is quite laborious most of the time.
The WebDAV implementation needs to be refactored to the
web-client
package before this can happen (see #9764).The text was updated successfully, but these errors were encountered: