Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SanitizeCombinedHeadersPropagationGetter.php
SanitizeCombinedHeadersPropagationGetter::SERVER_CONCAT_HEADERS_REGEX
File
vendor/
open-telemetry/
context/
Propagation/
SanitizeCombinedHeadersPropagationGetter.php
, line 18
Class
SanitizeCombinedHeadersPropagationGetter
Some servers concatenate multiple headers with ';' -- we need to replace these with ',' This is still a workaround and doesn't get around the problem fully, specifically it doesn't handle edge cases where the header has a…
Namespace
OpenTelemetry\Context\Propagation
Code
private
const
SERVER_CONCAT_HEADERS_REGEX
=
'/;(?=[^,=;]*=|$)/'
;
RSS feed