Re: HttpServletRequest thread safety

2016-10-10 Thread Sergey Beryozkin
Hi Yes, this is a thread safe proxy. Cheers, Sergey On 08/10/16 02:45, Allan C. wrote: Hi all, I have a jaxrs with a DynamicFeature provider, registering a ContainerRequestFilter in it. Inside the ContainerRequestFilter class, I have a HttpServletRequest injected using the @Context annotation.

HttpServletRequest thread safety

2016-10-07 Thread Allan C.
Hi all, I have a jaxrs with a DynamicFeature provider, registering a ContainerRequestFilter in it. Inside the ContainerRequestFilter class, I have a HttpServletRequest injected using the @Context annotation. Is the HttpServletRequest object thread safe? What I would like to achieve is log the re