Hi, I just find that there are many threads serve a http request. My case jaxrs and I find that threads running the interceptor.handleMessage, resource code, interceptor.handleFault and exception mapper are not same. This makes thread local variables cannot be used for transferring information among them. Is there a way to make them all run by the same thread?
Rice
