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:
Kevin Roast
2010-03-31 19:21:19 +00:00
parent 7361e96e06
commit e46ab2ca96

View File

@@ -140,7 +140,7 @@ public class GuestDownloadContentServlet extends BaseDownloadContentServlet
public Object doWork() throws Exception public Object doWork() throws Exception
{ {
processDownloadRequest(this.req, this.res, false); processDownloadRequest(this.req, this.res, false, true);
return null; return null;
} }