-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ocis]Creating folder with &
character makes the UI act weird
#4474
Comments
Creating a folder with |
Api test added in this PR : owncloud/core#40376 |
The test scenarios added in core PR owncloud/core#40376 are passing on both oC10 and oCIS. So the API is working OK for those particular cases that have an
I guess
It works on oC10 and oCIS with both ways of doing the webDAV MKCOL request. I suppose that web is using a request to the personal space, which is different to the examples above? |
AFAIU the test suite only request the |
The oc:name property in the ocdav propfind response might contain XML special characters. We now apply the proper escaping on that propert. owncloud/ocis#4474
The oc:name property in the ocdav propfind response might contain XML special characters. We now apply the proper escaping on that property. owncloud/ocis#4474
The oc:name property in the ocdav propfind response might contain XML special characters. We now apply the proper escaping on that property. owncloud/ocis#4474
[full-ci] Bump reva to get fix for #4474
Steps to reproduce
einstein
create a folderfolder
through APIcurl -vk -X MKCOL -u einstein:relativity 'https://host.docker.internal:9200/dav/spaces/1284d238-aa92-42ce-bdc4-0b0000009157$4c510ada-c86b-4815-8820-42cdf82c3d51/folder'
einstein
and see the folder in the webuiIt is displayed
3. Now create a folder named
new&folder
through APIThe folder gets created
4. Now reload the UI . It shows
Resource not found
5. Upon looking at the
network
it gives me, I created two folders but only one is in the responsePROPFIND
throughcurl
it gives correct responseExpected behaviour
The folder should be displayed
Actual behaviour
As explained in the steps
Both ocis and web are latest master
The text was updated successfully, but these errors were encountered: