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:
Kevin Roast
2007-06-04 11:06:26 +00:00
parent 45fcc962e1
commit c8b5be7bca
6 changed files with 57 additions and 19 deletions

View File

@@ -78,8 +78,8 @@ public class TemplateContentServlet extends BaseTemplateContentServlet
private static final Log logger = LogFactory.getLog(TemplateContentServlet.class);
private static final String DEFAULT_URL = "/template/{0}/{1}/{2}";
private static final String TEMPLATE_URL = "/template/{0}/{1}/{2}/{3}/{4}/{5}";
private static final String DEFAULT_URL = "/t/{0}/{1}/{2}";
private static final String TEMPLATE_URL = "/t/{0}/{1}/{2}/{3}/{4}/{5}";
@Override
protected Log getLogger()