[ucb-issues] [Issue 107765] WebDav support - autentic ation problem

2010-02-08 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107765


User tkr changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.x





--- Additional comments from t...@openoffice.org Mon Feb  8 08:55:26 + 
2010 ---
No time to fix this for OOo 3.3

-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 107765] WebDav support - autentic ation problem

2010-01-06 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107765


User tkr changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from t...@openoffice.org Wed Jan  6 08:47:29 + 
2010 ---
@paolomantovani: 

Is it possible to get more additional information about the network
communication between OOo and server?

I need the response header of the HTTP request while accessing the webdav 
resource.





-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 107765] WebDav support - autentic ation problem

2009-12-18 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107765


User tkr changed the following:

What|Old value |New value

  CC|''|'kso'

 Assigned to|mhu   |tkr

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.3





--- Additional comments from t...@openoffice.org Fri Dec 18 11:11:30 + 
2009 ---
The reason why the authentication failed is that OOo doesn't support HTTP
cookies yet.

Taking over and CC kso.



-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 107765] WebDav support - autentic ation problem

2009-12-18 Thread paolomantovani
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 paolomantov...@openoffice.org Fri Dec 18 
10:00:25 + 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:/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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org