This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
File list doesn't loads when a file contains & #122
Closed
dpakach opened this issue
Mar 25, 2020
· 6 comments
· Fixed by cs3org/reva#627, cs3org/reva#645 or owncloud/web#3463
Closed
File list doesn't loads when a file contains & #122
dpakach opened this issue
Mar 25, 2020
· 6 comments
· Fixed by cs3org/reva#627, cs3org/reva#645 or owncloud/web#3463
Comments
This part in the response seems to break the whole thing
|
Does this work with phoenix being connected to oc10? |
@DeepDiver1975, It works with oc10. So might be a problem in the backend. |
Yes. Lets move this to the ocis-reva backend |
This was referenced Apr 1, 2020
fix done (but not merged to this repo yet), need to add API tests |
11 tasks
tests added in owncloud/core#37231 as the change is not in ocis / ocis-reva yet, the tests for ocis demonstrate the current buggy behaviour when the fix will be brought into ocis-reva and ocis, the tests will start failing and will have to be adjusted |
This was referenced May 14, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
lorem.txt
andnew-lorem.txt
&
character in its name eg.&#
Result
The file gets created in the data folder but the file list is empty
description
The reason for this error seems to be because phoenix cannot parse the xml response from the webdav api when it contains such files.
If we have such file in the middle of the file list then some files show up in the list (the files that come before the one containing
&
) while the other files (the files that are after the one containing&
in the list) are not shown.This might be the problem with server as well since the server sent correct and parseable response before.
The text was updated successfully, but these errors were encountered: