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

RouterFunctionMapping does not implement MatchableHandlerMapping #32221

Closed
poutsma opened this issue Feb 8, 2024 · 0 comments
Closed

RouterFunctionMapping does not implement MatchableHandlerMapping #32221

poutsma opened this issue Feb 8, 2024 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Milestone

Comments

@poutsma
Copy link
Contributor

poutsma commented Feb 8, 2024

RouterFunctionMapping does not implement MatchableHandlerMapping, which causes an IllegalStateException to occur here. It should be trivial to implement, as RouterFunctionMapping already has a PathPatternParser to expose.

@poutsma poutsma added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement labels Feb 8, 2024
@poutsma poutsma added this to the 6.1.4 milestone Feb 8, 2024
@poutsma poutsma self-assigned this Feb 8, 2024
@poutsma poutsma added the for: backport-to-6.0.x Marks an issue as a candidate for backport to 6.0.x label Feb 8, 2024
@github-actions github-actions bot added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-6.0.x Marks an issue as a candidate for backport to 6.0.x labels Feb 8, 2024
@poutsma poutsma closed this as completed in f979166 Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant