Hi,
I would like to use the HTTP tracing feature with Jersey 2.2. I got the
sources of the 2.2 tag from GitHub and modified the bookmark example
according to
https://blogs.oracle.com/sandoz/entry/tracing_in_jersey
But I cannot find any additional headers in the response. I also tried
this parameter (I found it in the JavaDoc of 2.3)
<init-param>
<param-name>jersey.config.server.tracing</param-name>
<param-value>ALL</param-value>
</init-param>
So, how can I enable tracing with Jersey 2.2?
Bye,
Oliver