flow-development-collection icon indicating copy to clipboard operation
flow-development-collection copied to clipboard

BUGFIX: Disallow singleton route part handlers

Open bwaidelich opened this issue 4 months ago • 1 comments

Using singleton route part handlers can have severe side effects because they are shared between all route instances.

This change leads to an exception being thrown if a singleton handler is configured

Related: https://github.com/neos/neos-development-collection/issues/5571

bwaidelich avatar Jun 12 '25 15:06 bwaidelich