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

Host interface httpServletRequest can not get inputStream when using router plugin #1646

Closed
chengyouling opened this issue Oct 12, 2024 · 0 comments · Fixed by #1678
Closed
Labels
kind/bug Something isn't working
Milestone

Comments

@chengyouling
Copy link
Collaborator

What happened?

Host interface httpServletRequest can not get inputStream when using router plugin

How can we reproduce it (as minimally and precisely as possible)?

change using getParameterMap method to getQueryString method get url parameters.

Bug is triggered when the following conditions are met:
1.http/https request.
2.POST method.
3.Content-Type is application/x-www-form-urlencoded.
4.call method getParameter method in servlet.

Anything else we need to know?

No response

Sermant version

2.1.0

OS version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants