Hi, which one of the services comes into play each time a document is downloaded by a user? I'm trying to audit file downloads and can't find a way to do so. Thanks in advance, Gernot
therefore you should store an xml based list as a property onto your note(or a list, its your way). I guess overriding/extending BaseDownloadContentServlet.processDownloadRequest should be an appropriated way. Here you can add your nodeService.setProperty method to store the current file being downloaded.