-
Notifications
You must be signed in to change notification settings - Fork 515
bugfix for redis json check #3701
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: theonefx <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @theonefx , please can we add a certification test to cover this fix?
Signed-off-by: theonefx <[email protected]>
Signed-off-by: theonefx <[email protected]>
done |
Signed-off-by: theonefx <[email protected]>
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theonefx looks like the cert test for redis is failing
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
In the Multi method of the state Redis component, when checking whether a request is in JSON format, if the item in the request has contentType=application/json explicitly set, the check will pass. This results in the JSON processing logic being triggered even if clientHasJSON (a flag indicating whether the client supports JSON) is not enabled.