Skip to content

Commit 55693e8

Browse files
committed
[pinpoint-apm#13121] Fix URI Statistics being /null with webflux + security
1 parent cf68477 commit 55693e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent-module/plugins/spring-webflux/src/main/java/com/navercorp/pinpoint/plugin/spring/webflux/SpringWebFluxPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public void setup(ProfilerPluginSetupContext context) {
8181
transformTemplate.transform(invokeMatcher, DispatchHandlerInvokeHandlerTransform.class);
8282

8383
transformTemplate.transform("org.springframework.web.server.adapter.DefaultServerWebExchange", ServerWebExchangeTransform.class);
84+
transformTemplate.transform("org.springframework.security.web.server.context.SecurityContextServerWebExchange", ServerWebExchangeTransform.class);
8485
transformTemplate.transform("org.springframework.web.reactive.result.method.InvocableHandlerMethod", InvocableHandlerMethodTransform.class);
8586

8687
// Reactive

0 commit comments

Comments
 (0)