Jersey 2 filter uses Container Request Context in Client Request Filter
问题 I have a Jersey 2 Web Service that upon receiving a request, makes another request to another web service in order to form the response for the original request. So, when client "A" makes a request to my web service "B", "B" makes a request to "C" as part of forming the response to "A". A->B->C I want to implement a filter for a Jersey 2 web service that essentially does this: Client "A" will send a request that has a header like "My-Header:first" When my web service "B" then makes a client