Replies: 1 comment 6 replies
-
The RequestScope implementation has the query params but the interface currently doesn't expose them: The interface ought to expose them. This could be a quick 5 line PR. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @aklish
Is there a possibility to get the request's query parameter to perform security checks?
For example, I have two classes:
and when a user performs such a request - children?filter=parentId==<id of some parent entity that doesn't belong to the user> I want to respond with 403...
Beta Was this translation helpful? Give feedback.
All reactions