07-12-2012 02:52 AM
<filter>
<filter-name>Authentication Filter</filter-name>
<filter-class>org.alfresco.web.app.servlet.NTLMAuthenticationFilter</filter-class>
</filter>
Expected web.xml with Ntlm is<filter>
<filter-name>Authentication Filter</filter-name>
<filter-class>org.alfresco.web.app.servlet.AuthenticationFilter</filter-class>
</filter>
The same filters are configured for WebDav (but it isn't used)
Alfresco=http://localhost:80/alfresco/api
user=genericApp
pass=XXX
The same code, with another used, pointing to the old domain works, but it didnt work to the new domain (and the user is admin)07-13-2012 07:03 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.