You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no X-CorrelationId header is found, the CorrelationIdFilter now searches
for a traceparent header. It will take the trace-id as correlation-id, if the header
value follows the W3C definition. This filter can be configured with customisable
http header configurations but keeps the old interface for compatibility.
Signed-off-by: Karsten Schnitter <[email protected]>
Copy file name to clipboardExpand all lines: cf-java-logging-support-servlet/src/main/java/com/sap/hcp/cf/logging/servlet/filter/CorrelationIdFilter.java
Copy file name to clipboardExpand all lines: cf-java-logging-support-servlet/src/test/java/com/sap/hcp/cf/logging/servlet/filter/CorrelationIdFilterTest.java
0 commit comments