envoyproxy/envoy

Broken Prefix Route Match

Open

#15 592 ouverte le 21 mars 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/docsarea/httphelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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!

Guide contributeur