Title: Servlet spawns a new Thread -- needs CORBA security credentials

We have an application in which a Servlet receives requests and issues method calls on EJB Session Beans. This works fine as long as our application server's security is turned off. When we turn security on, some of the method calls fail. Those which fail are the ones in which the Servlet spawns a new Thread in order to operate asynchronously (the client doesn't want to wait for a response).

If I understand corectly, the new Thread spawned by the Servlet needs to have CORBA security credentials associated with it, but doesn't in our case because those credentials aren't explicitly assigned.

Is there a way that the Servlet can pass its credentials on to the new Thread?

Charles May


*****************************************************************           DISCLAIMER:   The information contained in this e-mail may be confidential and is intended solely for the use of the named addressee.  Access, copying or re-use of the e-mail or any information contained therein by any other person is not authorized.  If you are not the intended recipient please notify us immediately by returning the e-mail to the originator.   

Reply via email to