mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.0 to HEAD
11368: Fixes and enhancements required for NTLM authentication filter on web-tier. 11374: Sample web-framework extension files. Build script changes to add/exclude files from various web-extension directories. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12430 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
|
||||
<!-- For Novell IChain support use the following filter -->
|
||||
<!--
|
||||
<filter-class>org.alfresco.web.app.servlet.NovellIChainsHTTPRequestAuthenticationFilter</filter-class>
|
||||
<filter-class>org.alfresco.web.app.servlet.NovellIChainsHTTPRequestAuthenticationFilter</filter-class>
|
||||
-->
|
||||
</filter>
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<!-- For NTLM authentication support use the following filter -->
|
||||
<!--
|
||||
<filter-class>org.alfresco.repo.webdav.auth.NTLMAuthenticationFilter</filter-class>
|
||||
<filter-class>org.alfresco.repo.webdav.auth.NTLMAuthenticationFilter</filter-class>
|
||||
-->
|
||||
</filter>
|
||||
|
||||
|
Reference in New Issue
Block a user