The ActionSelectorTracer unconditionally wraps an HttpActionDescriptorTracer around whatever object is returned from innerSelector.SelectAction. But if that object is already wrapped by a tracer, it gets wrapped a 2nd time.
ActionSelectorTracer should check that its HttpActionDescriptor has already been wrapped by a tracer.
Comments: Verified.
ActionSelectorTracer should check that its HttpActionDescriptor has already been wrapped by a tracer.
Comments: Verified.