Skip to content

Provide an API for introspection of a dispatcher handler's handler mappings [SPR-15935] #20489

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

Closed
spring-projects-issues opened this issue Sep 7, 2017 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: duplicate A duplicate of another issue type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Sep 7, 2017

Andy Wilkinson opened SPR-15935 and commented

Spring Boot provides an Actuator endpoint that aims to list all Spring MVC mappings. We'd like to also offer something similar for WebFlux. To that end, and in the same vein as #20488 for Spring MVC, would it be possible for WebFlux to provide a supported API for introspecting a dispatcher handler's handler mappings?

As with MVC, I suspect there may be some mileage in reflectively accessing DispatcherHandler.handerMappings and burrowing down from there but that's a hack and I suspect would be impeded by the "loss" of mapping information in composed router functions (#20487).


Affects: 5.0 RC3

Reference URL: spring-projects/spring-boot#9979

Issue Links:

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: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants