On Thu, 14 Mar 2002 04:45, you wrote: > I'm developing a WebDAV client that runs as part of a J2EE web application. > It receives an HTTP request, creates a WebDAV request, sends it to the > Slide server and displays the results. I need some way to pass the user's > credentials from the HTTP request through the WebDAV request. In other > words, if someone has authenticated to the J2EE app server to access my > client the same authenticated Principal should be used by Slide. Has > anyone solved this problem? Is it solvable?
I'm note sure what you are asking but: We have our Web App and Slide are running in the same J2EE server (JBOSS 2.4.4) . We have a jboss security provider that lets jboss authenticate against a slide user store, this allows single identity accross the applications (we have three, a webdav client, a webstart client that updates properties via webdav, and a cocoon based browser interface). This doesn't allow you to browse the website (in an authenticated mode) then launch the webdav client and be automatically authenticated, but it does allow you to maintain a single identity. k. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
