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 resourcetype tag isn't in XRootD's PROPFIND response for non-collections. This conflicts with some webdav client's (I found it in python's aiowebdav2) expectations when parsing.
The solution is pretty simple, just have the code add the '' tag for non-collections.