Remove duplicate onRequest call.
This info should already be populated by the servlet framework.
This commit is contained in:
parent
fdf2241e5f
commit
bff8303e18
|
@ -75,7 +75,6 @@ public class SpringWebHttpServerDecorator
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public AgentSpan onRequest(final AgentSpan span, final HttpServletRequest request) {
|
public AgentSpan onRequest(final AgentSpan span, final HttpServletRequest request) {
|
||||||
super.onRequest(span, request);
|
|
||||||
if (request != null) {
|
if (request != null) {
|
||||||
final String method = request.getMethod();
|
final String method = request.getMethod();
|
||||||
final Object bestMatchingPattern =
|
final Object bestMatchingPattern =
|
||||||
|
|
Loading…
Reference in New Issue