Closed mshustov closed 4 months ago
Follow up on Hapi version update https://github.com/elastic/kibana/pull/85406#discussion_r540372832 which changed the default value routes.payload.multipart to false in v19. We should allow plugin routes to configure the option and set the default value to false as well.
routes.payload.multipart
false
Pinging @elastic/kibana-core (Team:Core)
I'm not sure to remember why we wanted to align on HAPI's default here, and given the few usages we have of multipart, I'm going to close this.
Follow up on Hapi version update https://github.com/elastic/kibana/pull/85406#discussion_r540372832 which changed the default value
routes.payload.multipart
tofalse
in v19. We should allow plugin routes to configure the option and set the default value tofalse
as well.