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

skip sanitizer if the body is not JSON #759

Closed
stevehu opened this issue Aug 26, 2020 · 0 comments
Closed

skip sanitizer if the body is not JSON #759

stevehu opened this issue Aug 26, 2020 · 0 comments

Comments

@stevehu
Copy link
Contributor

stevehu commented Aug 26, 2020

As more and more body formats are supported in the BodyHandler, we have the situation that the body is not a list or a map. We cannot depend on users to disable the sanitizer handler for endpoints that the body is not suitable for sanitizer. To avoid errors, we need to change the handler logic to only apply to maps or lists.

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