javaagent
javaagent copied to clipboard
Remove duplicated code from servlet instrumentation
Servlet instrumentations contain a substantial amount of duplicated code. The duplications should be removed as much as possible.
Not only buffering request/response objects should be reused but also the advice method bodies.