Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent the registration of duplicated routes #87

Merged
merged 2 commits into from
Feb 22, 2021

Conversation

lcobucci
Copy link
Member

This aims to prevent applications from misbehaving due to endpoints being silently overridden, caused by configuration mistakes.

Fixes #39

This aims to prevent applications misbehaving due to endpoints being
silently overridden, caused by configuration mistakes.

Fixes: #39
@lcobucci lcobucci added the Improvement Improvement of existing feature label Feb 22, 2021
@lcobucci lcobucci added this to the 0.4.0 milestone Feb 22, 2021
@lcobucci lcobucci self-assigned this Feb 22, 2021
I was too eager getting this higher but the flaky coverage is still a
thing.
@lcobucci lcobucci merged commit ef09ad3 into 0.4.x Feb 22, 2021
@lcobucci lcobucci deleted the prevent-duplicated-route-registration branch February 22, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disallow the registration of routes with same name
1 participant