You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The route configuration constant RouteConfigurationInterface::PARAMETER_IDENTIFIER contains expressive.cors and thus still contains the pre-migration value which I actually missed when porting to mezzio.
Current behavior
Constant value reflects expressive.cors.
How to reproduce
n/a
Expected behavior
Constant value reflects mezzio.cors.
When the constant value is changed, we should also grab the old route parameter expressive.cors from the configuration until the next major version.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
The route configuration constant
RouteConfigurationInterface::PARAMETER_IDENTIFIER
containsexpressive.cors
and thus still contains the pre-migration value which I actually missed when porting to mezzio.Current behavior
Constant value reflects
expressive.cors
.How to reproduce
n/a
Expected behavior
Constant value reflects
mezzio.cors
.When the constant value is changed, we should also grab the old route parameter
expressive.cors
from the configuration until the next major version.The text was updated successfully, but these errors were encountered: