To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107765 Issue #|107765 Summary|WebDav support - autentication problem Component|ucb Version|OOO310m19 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mhu Reported by|paolomantovani
------- Additional comments from [email protected] Fri Dec 18 10:00:25 +0000 2009 ------- scenario: we have a server running "Oracle Content Service" as document management system. http://www.oracle.com/technology/products/ocontentservices/index.html Documents are made accessible as webdav resources. In order to access documents, the first step for a client (e.g. OpenOffice.org) is to authenticate with the Oracle Content Services instance. To connect to an instance, you will need a URL and port, as well as a valid username and password. Openoffice seems unable to perform the autentication in order to open documents. Please consider the following StarBasic demo code: sUrl = "http://oraclecollaboration.blabla.dom:7777/content/dav/test.doc" Dim mArgs(0) As New com.sun.star.beans.PropertyValue mArgs(0).Name = "InteractionHandler" mArgs(0).Value = CreateUnoService("com.sun.star.task.InteractionHandler") oDoc = StarDesktop.loadComponentFromUrl(sUrl, "_default", 0, mArgs()) As expected, the InteractionHandler service shows the autentication dialog, but even providing valid username and password Openoffice is not able to autenticate with the server. This seems depending from the fact that Oracle Content Services uses a Remote Login Manager server in order to autenticate sessions. more documentation here: http://download.oracle.com/docs/cd/B25553_01/content.1012/b25277/connecting.htm#sthref10 --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
