1

Is there any way to leave the log regarding which file was compressed at alfresco? This is the route I know that can compress the file.

  1. when using CIFS
  2. When clicking the downloads as zip button
user3395249
  • 69
  • 1
  • 7

1 Answers1

0

I think that you can override class CreateDownloadArchiveAction (by overriding bean with id createDownloadArchiveAction). And then in method createDownload you can implement your logging logic.

streetturtle
  • 5,472
  • 2
  • 25
  • 43