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
Parent #7914
For multi-tenancy, inlong must modify the http request body and params.
The NPE will be thrown when spring handler the request, because the namespace filter has read the request body.
So, it's necessary to add a request filter to support repeatable read for request body
vernedeng
changed the title
[Feature][Manager] Support repeatable read for request body
[Feature][Manager] Support repeatable read for http request
May 23, 2023
Description
Parent #7914
For multi-tenancy, inlong must modify the http request body and params.
The NPE will be thrown when spring handler the request, because the namespace filter has read the request body.
So, it's necessary to add a request filter to support repeatable read for request body
Use case
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: