You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For java sdk, if one declares 2 different components that share a common sub-path, discovery works but then one of the paths seems to be unreachable with 404 URL does not exist.
To reproduce:
create Action with method at @GetMapping("/shared/endpoint1")
create another Action with method at @GetMapping("/shared/endpoint2")
Try reaching both endpoints. One of them will not be reachable.
We should either support this (Spring allows it) or at least throw something at discovery.
The text was updated successfully, but these errors were encountered:
For java sdk, if one declares 2 different components that share a common sub-path, discovery works but then one of the paths seems to be unreachable with 404
URL does not exist
.To reproduce:
@GetMapping("/shared/endpoint1")
@GetMapping("/shared/endpoint2")
Try reaching both endpoints. One of them will not be reachable.
We should either support this (Spring allows it) or at least throw something at discovery.
The text was updated successfully, but these errors were encountered: