I am trying to open a user/pass protected [Alfresco] webdav document from a Java applet, using Jacob and COM Automation.
I pass "http://usu:pwd@srvs/docu.doc
" to Documents.Open, but it seems to ignore the auth information. Is there another way to pass this information or somewhere else to authenticate beforehand?
Notes:
The document itself is not password protected whatsoever.
If I type the url in the open dialog, the document loads fine.