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
The code here will never match custom-X-id as it has been normalized to custom-x-id.
Expected behavior
request_correlation_header should be normalized before matching. So that request_correlation_header => <<"cUsToM-X-iD">> would match CuStOm-x-Id in the headers.
Desktop (please complete the following information):
OS: N/A
Erlang version: 27
Nova version: v0.10.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting request_correlation_header with uppercase characters causes it to never match
If this is a complex bug
sys.config:
SUITE:
The code here will never match
custom-X-id
as it has been normalized tocustom-x-id
.Expected behavior
request_correlation_header should be normalized before matching. So that
request_correlation_header => <<"cUsToM-X-iD">>
would matchCuStOm-x-Id
in the headers.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: