opentracing-contrib/java-jaxrs

ClientTracingFilter does not close activated Scope

mabn opened this issue · 1 comments

mabn commented

ClientTracingFilter calls startActive on request, not does not close the activated Scope on response. This leaves incorrect Scope in ThreadLocalScopeManager and breaks closing of other (activated earlier) scopes.

0.1.4 should include this fix