xwikisas / application-filemanager

XWiki application to manage a hierarchy of folders and files
GNU Lesser General Public License v2.1
0 stars 4 forks source link

Folder download does not produce the correct archive after you replace its content #99

Closed ChiuchiuSorin closed 7 months ago

ChiuchiuSorin commented 8 months ago

Environment: XWiki 14.10, 14.10.18, 15.9, MS Edge, Google Chrome. Linux Mint 21.2. This issue does not occur on Firefox.

Steps to reproduce:

  1. Create a folder and upload a file to it
  2. Right click on the folder and download it
  3. Delete the file from the folder
  4. Add a different file to the folder
  5. Right click on the folder and download it again

Actual result: The archive from the second download contains the first file, although it has been deleted and replaced.

Expected result: The archive from the second download to contain the new file.