Hi,
I have an endpoint class & a number of interceptors, one of which is a security interceptor.
This security interceptor set a static value in the endpoint class.
Is this setup thread safe? I'm unsure! :confused:
Is there a better way for interceptors to set values that the endpoint class needs?
thanks in advance,
Kevin

