Actions
Bug #22009
closedInvalid routes with NIL as a route param are selected
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer core
Target version:
Difficulty:
Triaged:
Pull request:
Team Backlog:
Description
When API method has multiple routes the one with most route parameters is picked by api bindings. While all the parameters have to be defined we do not check for NIL values.
With NILs now allowed as a valid CLI param values it is happening that selected routes are invalid when any of the route params is NIL
Actions