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
Currently, we do not have test coverage for PROPFIND the shared resources with same name. When two users share resource with same name, it is expected to have suffix(1) added on the second share.
Current behavior for PROPFIND request of the shared resources for old and new dav path returns suffix(1) in the response as <oc:name>test-folder (1)</oc:name>. In case of spaces dav path the response returns <oc:name>test-folder</oc:name>.
Cover tests for old , new and spaces dav paths
Add test coverage for PROPFIND of shared resources with same name.
Which ids are we actually checking here? Checking fileid has been already covered in #8674 and we do not get shareid in the PROPFIND response.
cc @amrita-shrestha@nabim777@saw-jan
From the list of issues mentioned above in the description, only one issue #8510 is remained as bug. So, it will be tracked in #8428
So closing this issue.
Description
Currently, we do not have test coverage for PROPFIND the shared resources with same name. When two users share resource with same name, it is expected to have
suffix(1)
added on the second share.Current behavior for PROPFIND request of the shared resources for
old
andnew
dav path returnssuffix(1)
in the response as<oc:name>test-folder (1)</oc:name>
. In case ofspaces
dav path the response returns<oc:name>test-folder</oc:name>
.Cover tests for
old,new and spaces
dav paths- [ ] shareid (#8510)Related issues:
shareid
on response of a PROPFIND on the sharejail root #8510The text was updated successfully, but these errors were encountered: