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
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
The text was updated successfully, but these errors were encountered:
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
OS version
No response
The text was updated successfully, but these errors were encountered: