Improve Javadoc for @RequestMapping#params #25482
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
Milestone
In the Javadoc comments for
org.springframework.web.bind.annotation.RequestMapping#params
, it is noted that:Does that mean as far as Spring is concerned, these handler methods are "invalid" then, as the URI does not "uniquely identify the target handler"?
If that's the case, Spring should throw an error during startup or print a warning, but it doesn't.
And FWIW, requests can be routed to
endpoint1
/endpoint2
based on value ofp
so maybe the Javadoc comment is out of date?For context, see: https://gitter.im/spring-projects/spring-boot?at=5f1ef4e6e9066820051edccd
The text was updated successfully, but these errors were encountered: