eu-federation-gateway-service / efgs-federation-gateway

The goal of this project is to develop the official European solution for the interoperability between national backend servers of decentralised contact tracing applications to combat COVID-19.
Apache License 2.0
59 stars 25 forks source link

Cleanup MDC after each Request #280

Closed f11h closed 3 years ago

f11h commented 3 years ago

The MDC sometimes contains data from old requests. This PR adds an interceptor which will clean up the MDC after each request.