mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.0 to HEAD
11357: Added site preset for Document Workspace. 11358: Minor fix to labels for new Edit Online and Edit Offline actions. 11359: Added missing servlet to NTLM auth examples section in web.xml git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12429 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
</filter>
|
||||
|
||||
<!-- For NTLM authentication support enable the following mappings -->
|
||||
<!-- after enabling the NTLMAuthenticationFilter filter classes above -->
|
||||
<!-- after enabling the NTLMAuthenticationFilter filter class above -->
|
||||
<!--
|
||||
<filter-mapping>
|
||||
<filter-name>Authentication Filter</filter-name>
|
||||
@@ -175,6 +175,16 @@
|
||||
<filter-name>Authentication Filter</filter-name>
|
||||
<url-pattern>/d/*</url-pattern>
|
||||
</filter-mapping>
|
||||
|
||||
<filter-mapping>
|
||||
<filter-name>Authentication Filter</filter-name>
|
||||
<url-pattern>/wcservice/*</url-pattern>
|
||||
</filter-mapping>
|
||||
|
||||
<filter-mapping>
|
||||
<filter-name>Authentication Filter</filter-name>
|
||||
<url-pattern>/wcs/*</url-pattern>
|
||||
</filter-mapping>
|
||||
-->
|
||||
|
||||
<filter-mapping>
|
||||
|
Reference in New Issue
Block a user