I'm using Acegi to manage user authentication but am running into a
problem when Axis passes me between two different http-processor threads
(this seems to happen round robin, every other request moves me from
thread a -> b and vise-versa). This is causing me to lose my ThreadLocal
SecurityContext, when the method validator goes to reauthenticate it has
no context when using the other thread. 

Is there a way to "stick" a session to a processor thread? Is there a
better strategy for dealing with this?

- Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to