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
Do you have an awesome idea to improve the project? Please describe.
Adding authentication information into the body map should be possible BEFORE body
processing, so that the authorizer can reject a request even BEFORE the body is parsed.
Is your feature request related to a problem? Please describe.
That reduces the attack surface and hence increases security.
Describe the solution you'd like
I'd like to be able to call:
Do you have an awesome idea to improve the project? Please describe.
Adding authentication information into the body map should be possible BEFORE body
processing, so that the authorizer can reject a request even BEFORE the body is parsed.
Is your feature request related to a problem? Please describe.
That reduces the attack surface and hence increases security.
Describe the solution you'd like
I'd like to be able to call:
without receiving a
java.lang.RuntimeException: Could not find meta datum BODY_MAP ...
Additional context
none given
The text was updated successfully, but these errors were encountered: