Cleanup usage of LegacyRequest
#119867
Labels
chore
Feature:Legacy Removal
Issues related to removing legacy Kibana
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
technical debt
Improvement of the software architecture and operational architecture
In #77997, we found that core still uses
LegacyRequest
in a few places that wasn't handled in #109243.Similarly, core still uses
LegacyRequest
in:ensureRawRequest
AuthHeadersStorage
AuthStateStorage
BasePath
We need to reference
Hapi.Request
in the codebase. Probably we should remove substituteLegacyRequest
type withHapi.Request
to remove this ambiguity.The text was updated successfully, but these errors were encountered: