Skip to content

ServerTransportSecurityValidator accepts an accessor function for header #870

@Kehrlann

Description

@Kehrlann

Follow-up to #771 .

Current implementation of ServerTransportSecurityValidator requests that all headers are passed in as a map. This is inefficient, and header access becomes case-sensitive.

Introduce a validateHeaders(Function<String, List<String>> headerAccessor) instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Moderate issues affecting some users, edge cases, potentially valuable featurearea/serverenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions