[framework-issues] [Issue 81583] disconnect a user from Ope nOffice to a webdav server

2007-10-15 Thread tm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81583


User tm changed the following:

What|Old value |New value

 Assigned to|tm|requirements





--- Additional comments from [EMAIL PROTECTED] Mon Oct 15 11:04:33 + 
2007 ---
TM-requirements: please have a look, thanks.

-
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]



[framework-issues] [Issue 81583] disconnect a user from Ope nOffice to a webdav server

2007-09-14 Thread nfrisoni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81583
 Issue #|81583
 Summary|disconnect a user from OpenOffice to a webdav server
   Component|framework
 Version|OOo 2.3.0 RC1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|nfrisoni





--- Additional comments from [EMAIL PROTECTED] Fri Sep 14 13:11:20 + 
2007 ---
When I use a FilePicker to have a view on a webdav server, I use the following
code : 

With oFilePicker
.DisplayDirectory = ConvertToUrl(davUrl)

This action will lauch an OOo webdav authentication dialog. So, I can connect
one user. If the user has finished and leave his computer, I would like to be
able to authentify another user.

To resume the issue is that I would like to be able to connect a user on a
server through webdav protocol, disconnect him and connect another user.
Currently, the only way to do that is to close OpenOffice and leave OOo systray
bar, lauch it again and athenticate a new user. 
I would like to be able to authentify any user in a macro using the following 
code :

With oFilePicker
.DisplayDirectory = ConvertToUrl(davUrl)
.appendFilter(Textes,*.txt)
.appendFilter(Texte OpenDocument (.odt),*.odt, *.sxw, 
*.sxc) '*.sxw;
*.sxc;
.appendFilter(All,*; )
.CurrentFilter = Texte OpenDocument (.odt)

And I would like to add: 
.connectToWebdav(login, password)
If I could use authentication like this, I will be able to connect as many users
as I want to a webdav server without restarting OpenOffice.Org.
Is there a way to do that? If not is it possible to add this functionality to
futur version of OpenOffice.Org

Thank you

-
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]