Remove duplicate onRequest call.

This info should already be populated by the servlet framework.
This commit is contained in:
Tyler Benson 2019-11-11 15:58:31 -08:00
parent fdf2241e5f
commit bff8303e18
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ public class SpringWebHttpServerDecorator
@Override
public AgentSpan onRequest(final AgentSpan span, final HttpServletRequest request) {
super.onRequest(span, request);
if (request != null) {
final String method = request.getMethod();
final Object bestMatchingPattern =