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
Create a file with & character in its name for eg. strängé filename (duplicate owncloud/ocis-reva#2 &).txt.
Delete the file
Use Propfind request on trashbin api to get files in trashbin curl -X PROPFIND http://localhost:9140/remote.php/dav/trash-bin/<user> -u <user>:<password>
can confirm it still happens in the latest master. XML Renders need to be escaped. Pinging @butonic since a revamp of the entire XML rendering is due date.
refs
changed the title
Invalid response from trashbin api when filename contains &
Invalid response from trashbin api when filename contains invalid characters
Jan 19, 2021
refs
changed the title
Invalid response from trashbin api when filename contains invalid characters
Invalid response from trashbin api when filename contains invalid unescaped characters
Jan 19, 2021
Steps to reproduce
&
character in its name for eg.strängé filename (duplicate owncloud/ocis-reva#2 &).txt
.curl -X PROPFIND http://localhost:9140/remote.php/dav/trash-bin/<user> -u <user>:<password>
Expected result
The response should contain following content
Actual result
The response contains following invalid format
diff
The text was updated successfully, but these errors were encountered: