cancel
Showing results for 
Search instead for 
Did you mean: 

WebDAV access not working over public internet

harrymoore
Champ in-the-making
Champ in-the-making
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?

Thanks
2 REPLIES 2

x4v
Champ in-the-making
Champ in-the-making
I have the same probleme

a NT BOx appear when i click on webdav link

alfresco is hosted @Win2003…

harrymoore
Champ in-the-making
Champ in-the-making
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.