[QA] folder shared with secure-view exposes PNG and JPG files
seen with server 10.7.0
- admin enables secure view as default sharing option.
- user2 shares folder "user2-Photos" with user1.
- user1 sees
Expected behaviour: according to documentation, JPG and PNG files should not be visible to user1 at all.
Nice catch 👍 Can you or someone from the coding colleagues check what the code tells? Depending on the finding, either a docs or code change must be made.
Technically the docs as well as the server are correct. The docs only state that unsupported file types are not accessible. Which is true if you try to download one of the images in your shared folder.
However, certain apps may break this rule. files_texteditor or gallery for example still allow viewing those files as they don't go the "standard WebDAV way" of handling things. This is a general (known?) issue and causes conflicts with other apps, too. Especially when it comes to restricting access to resources.
@jnweiger do you know if this a regression ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed.
@jnweiger do you know if this a regression ?
unlikely