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 web dav implementations (currently known: Mega#2599) encode XML special characters using HTML entities, instead of percent encoding these.
We could either state that services returning invalid XML entities aren't supported, or implement the EntityResolver API, to add support for this - which would import all of Chromium/blink/html_entity_names.csv.
Failing log output:
ch.cyberduck.core.dav.SaxPropFindResponseHandler - Fatal parser error org.xml.sax.SAXParseException; lineNumber: 20; columnNumber: 32; The entity "add" was referenced, but not declared.
The text was updated successfully, but these errors were encountered:
Some web dav implementations (currently known: Mega#2599) encode XML special characters using HTML entities, instead of percent encoding these.
We could either state that services returning invalid XML entities aren't supported, or implement the EntityResolver API, to add support for this - which would import all of Chromium/blink/html_entity_names.csv.
Failing log output:
The text was updated successfully, but these errors were encountered: