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
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Parsing of e.g. Propfind response does manipulate the keys und values of a prop significantly. This lead to information being thrown away. Only limited value types are supported and more complex values are either parsed wrong or are just cut off. It's also really time consuming to extend the parsing logic, and it's hard to understand existing code. E.g _parsePropNode in dav.js is not providing much value and is really hard to extend.
We've discussed why we did write our own dav client if there are some promising libraries out there that are well maintained and would save us time and effort. Libraries we came across are:
With the work on https://jira.owncloud.com/browse/WEB-1095 we have found some issues regarding our
dav.js
.Parsing of e.g. Propfind response does manipulate the keys und values of a prop significantly. This lead to information being thrown away. Only limited value types are supported and more complex values are either parsed wrong or are just cut off. It's also really time consuming to extend the parsing logic, and it's hard to understand existing code. E.g
_parsePropNode
indav.js
is not providing much value and is really hard to extend.We've discussed why we did write our own dav client if there are some promising libraries out there that are well maintained and would save us time and effort. Libraries we came across are:
Issues that will be resolved by this:
#1032
The text was updated successfully, but these errors were encountered: