-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestheme: observabilityAn issue related to observability and tracingAn issue related to observability and tracingtype: regressionA bug that is also a regressionA bug that is also a regression
Milestone
Description
Originally raised in spring-projects/spring-boot#41220 (with a reproducer project).
It looks to me like the reason for lack of Trance and Span IDs is the fix for #32730.
If you run the sample with Spring Boot 3.3.0 with a breakpoint in OncePerRequestFilter.doFilter()
you'll see that the call toskipDispatch()
return false
. With Spring Boot 3.3.1 skipDispatch()
returns true
because the shouldNotFilterAsyncDispatch()
method has been removed.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestheme: observabilityAn issue related to observability and tracingAn issue related to observability and tracingtype: regressionA bug that is also a regressionA bug that is also a regression