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
In section SRV.3.1.1 of Servlet spec, it has been stated that any access to request parameters (e.g. HttpServletRequest#getParameterMap()) can trigger the early consumption of the request InputStream before it reaches to the handler.
The text was updated successfully, but these errors were encountered:
On audit requests, when the request is a POST with Form URL encoded parameters, the logged body by audit is empty.
Regarding why the body content is not present on Form URL encoded requests, looks like its a servlet spec limitation:
https://stackoverflow.com/a/8522613
https://github.com/vy/hrrs#caveats
The text was updated successfully, but these errors were encountered: