Can I expect that the one thread is picked out for processing of the one user request ? For example can I hope that filters from the filter chain are invoked by the same thread?
How can I use JAAS as access controller for my web application if such behaviour depends of the implementation? As I understand it associates the user who calls doPrivileged method with a thread in what that doPrivileged method is invoked.
