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
A file or directory with an & in the name returns as & rather than as &, These should be decoded.
This occurs in chrome - I believe this is because the fast-xml-parser does not decode string values by default.
The api for fast-xml-parser needs a tag/attrValueProcessor option to do the decoding.
I am working around it for now by decoding basename and filename after content fetching.
This also means that directories with an & in the name have a self entry in the directory listing as the & name does not match for the webdav-client to strip out.
The text was updated successfully, but these errors were encountered:
A file or directory with an & in the name returns as & rather than as &, These should be decoded.
This occurs in chrome - I believe this is because the fast-xml-parser does not decode string values by default.
The api for fast-xml-parser needs a tag/attrValueProcessor option to do the decoding.
I am working around it for now by decoding basename and filename after content fetching.
This also means that directories with an & in the name have a self entry in the directory listing as the & name does not match for the webdav-client to strip out.
The text was updated successfully, but these errors were encountered: