mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Bring GuestDownloadContentServlet inline with Download servlet changes.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19711 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -140,7 +140,7 @@ public class GuestDownloadContentServlet extends BaseDownloadContentServlet
|
||||
|
||||
public Object doWork() throws Exception
|
||||
{
|
||||
processDownloadRequest(this.req, this.res, false);
|
||||
processDownloadRequest(this.req, this.res, false, true);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user