envoyproxy/envoy

Broken Prefix Route Match

Open

#15.592 aberto em 21 de mar. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/docsarea/httphelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

Title: Broken Prefix Route Match

Description:

PrefixRouteEntryImpl::matches used to include (as of 1.13.0) query parameter in the match , now it is excluding the query parameter from match due to this change, by this commit, here is previous code.

Documentation has not changed, wonder if this is intended!

Guia do colaborador