From 5bdeb9371ac583cf73763d277ba55dc29dde20f9 Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Thu, 22 May 2008 14:18:45 +0000 Subject: [PATCH] Merged V2.9 to HEAD 9231: Merged V2.2 to V2.9 9207: Merged V2.1 to V2.2 9124: Class behaviour compilation doesn't throw exceptions for missing model class definitions. 9125: Part-fix for ACT-2935: AVMSyncException during index rebuild in AVM 9171: Improvements to I18N freemarker template message() method as supplied by Will Abson 9202: Additional servlet mappings added to example NTLM auth section in web.xml git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9235 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/WEB-INF/web.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/web/WEB-INF/web.xml b/source/web/WEB-INF/web.xml index 7c81d3b5a..fa42a0f61 100644 --- a/source/web/WEB-INF/web.xml +++ b/source/web/WEB-INF/web.xml @@ -150,6 +150,11 @@ /command/* + + Authentication Filter + /download/* + + Authentication Filter /template/* @@ -169,8 +174,13 @@ Authentication Filter /t/* + + + Authentication Filter + /d/* + --> - + WebDAV Authentication Filter /webdav/*