playframework icon indicating copy to clipboard operation
playframework copied to clipboard

Fix ExecutionContext propagation

Open colin-lamed opened this issue 3 years ago • 0 comments

The optimisations to the StrictAccumulator have been undone in order to use the provided ExecutionContext. This will allow customisation of the ExecutionContext to take effect, e.g. to propagate MDC data in prepare call. This affected Filters and Actions.

Related to #7458

colin-lamed avatar Oct 12 '22 17:10 colin-lamed