aiyanbo commented on issue #3173: Java agent support undertow routing handler
URL: https://github.com/apache/skywalking/pull/3173#issuecomment-518525789
 
 
   In this update:
   1. Binding `RootHandlerInterceptor` and `RoutingHandlerInterceptor` both.
   2. Changed cutpoint `io.undertow.server.Connectors. executeRootHandler ` to 
`io.undertow.Undertow.Builder.setHandler`.
   3. In 
`org.apache.skywalking.apm.plugin.undertow.v2x.RootHandlerInterceptor`, when 
method's(`io.undertow.Undertow.Builder.setHandler`) head element of arguments 
is `RoutingHandle` do nothing, else override this element to `TracingHandler`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to