I access several repositories using WebDAV with no problem but one repo always gives me an "401 Authorization Required". I am not even prompted for user/password. I suspect something in the webserver is not configured correctly but not sure what. Has anyone run into this and can give me a idea?
We determined that our issue is that we are using apache and mod_jk to forward http requests to Alfresco/tomcat. The problem appears to be that tomcat is returning a 401 with a www-authenticate header but only the 401 (without the www-authenticate) is being returned to the browser. So the browser does not know to prompt for credentials. I have not been able to find out how to get apache/mod_jk to return the header.