Skip to content

Fix deny_all_requests_except_allowed of AddressableUrlValidator

What does this MR do and why?

When we migrated UrlBlocker to HTTP_V2::UrlBlocker, we changed how the deny_all_requests_except_allowed parameter is passed to the HTTP_V2::UrlBlocker class from AddressableUrlValidator.

The proc parameter must be correctly passed to the UrlBlocker that is initialized in !111510 (merged).

Bug was introduced in !141349 (merged).

Also related to #430830.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Furkan Ayhan

Merge request reports