mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Short URL format for common Alfresco servlets - for internal use
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5839 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -73,8 +73,8 @@ public class GuestDownloadContentServlet extends BaseDownloadContentServlet
|
||||
|
||||
private static Log logger = LogFactory.getLog(GuestDownloadContentServlet.class);
|
||||
|
||||
private static final String DOWNLOAD_URL = "/guestDownload/attach/{0}/{1}/{2}/{3}";
|
||||
private static final String BROWSER_URL = "/guestDownload/direct/{0}/{1}/{2}/{3}";
|
||||
private static final String DOWNLOAD_URL = "/gd/" + URL_ATTACH + "/{0}/{1}/{2}/{3}";
|
||||
private static final String BROWSER_URL = "/gd/" + URL_DIRECT + "/{0}/{1}/{2}/{3}";
|
||||
|
||||
@Override
|
||||
protected Log getLogger()
|
||||
|
Reference in New Issue
Block a user