opentracing-contrib / java-web-servlet-filter

OpenTracing Java Web Servlet Filter Instrumentation
Apache License 2.0
24 stars 31 forks source link

Swallows unchecked IllegalArgumentException on extract #43

Closed tobias-bahls closed 1 year ago

tobias-bahls commented 6 years ago

OpenTracing implementations may throw an IllegalArgumentException (see here) when there are issues deserializing the span state (e.g. a client sending corrupted header).

This exception should be swallowed so that the request can still be processed.