I have deployed Slide in the same App Server as my Business Code which uses
Slide's Client Library. Since Slide will always be accessed via my
Application, which gets authenticated by the App Server Container, I would
like to pass the same session information to WebdavResource to connect to
Slide Repository. I am associating the same Realm with my Business
Application and Slide Server. Can anyone give me any hints on how to achieve
this?
I was thinking on the lines of passing the session information (cookie or
jsessionid) available with my Business App to the WebdavResource via
HttpURL. But HttpURL does not have any methods to add cookies. So I
experimented with URL rewriting by passing the jsessionid in the URL. This
did not work.
I constructed the HttpURL as follows:
HttpURL hrl = new HttpURL("localhost", 8080,
"/slide;jsessionid=xxxxxxxxxxx")
Any suggestions/ideas?
Regards,
Ritu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]