Hi there, I have a api question, that I could not find out after 2 hours of javadoc reading. Maybe someone knows it and can help.
I write a servlet, that exposes a webdav repository vie http. Therefore I'm using the slide Client-Api. I want to construct a org.apache.webdav.lib.WebdavResource with a user and passwort information, because the webdav stuff needs authentication. I want to have the servlet using some http authentication. But how can I forward this to the org.apache.commons.httpclient.HttpURL That I need to construct the WebdavResource? There is a method getRemoteUser() in javax.servlet.http.HttpServletRequest But how can I forward the password, or the authentification? Any ideas? Or should I go another way, to come from a HttpServletRequest to an authenticated WebdavResource? Gr��e, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
