-
Notifications
You must be signed in to change notification settings - Fork 5.3k
uhv: codec honor legacy header validation configuration #19755
Copy link
Copy link
Open
Labels
area/httpenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue
Description
As part of the unified header validation component, each HTTP codec will need to honor the header validation policy configuration and use the legacy parsing/validation when the policy is configured. Each codec will need to be updated to check the configured policy and either use or skip the legacy validations. Additionally, the policy will determine how the underlying library is configured (see #19750 and #19751).
For example, the h1 codec will need to check the validation policy when parsing header values and only validate the header value when operating in legacy mode.
This will need to be completed after the HCM configuration is updated to include the header validation policy, #19754.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/httpenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue