playframework
playframework copied to clipboard
Fix ExecutionContext propagation
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