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

Incorrect parameter type in /presto/selector/read/{resourceGroupId} #209

Open
vaultah opened this issue Aug 18, 2023 · 0 comments
Open

Incorrect parameter type in /presto/selector/read/{resourceGroupId} #209

vaultah opened this issue Aug 18, 2023 · 0 comments

Comments

@vaultah
Copy link

vaultah commented Aug 18, 2023

resourceGroupId in /presto/selector/read/{resourceGroupId} is wrongly annotated with @QueryParam, when it's actually a path parameter:

@GET
@Path("/selector/read/{resourceGroupId}")
public Response readSelector(@QueryParam("resourceGroupId") String resourceGroupIdStr,
     ...

As a result, /presto/selector/read/X returns all selectors, and not just those in the X resource group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant