getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

Don't read the servlet's InputStream #207

Closed apotterri closed 1 year ago

apotterri commented 1 year ago

The agent should not cause the body of a request to be read, e.g. by getting the parameter map before HttpServlet.service is invoked. These changes avoid this by calling getParameterMap after HttpServlet.service returns.

Also fixes a couple of other bugs I noticed while working on this one.

Fixes #199 .

appland-release commented 1 year ago

:tada: This PR is included in version 1.20.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: