github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/fix-propfind-escape-name.md (about)

     1  Bugfix: Properly escape oc:name in propfind response
     2  
     3  The oc:name property in the ocdav propfind response might contain
     4  XML special characters. We now apply the proper escaping on that
     5  property.
     6  
     7  https://github.com/cs3org/reva/pull/3255
     8  https://github.com/owncloud/ocis/issues/4474