Problema: barras duplas em uma solicitação podem fazer com que a solicitação não seja resolvida
Qualquer solicitação que tenha duas (ou mais) barras consecutivas pode resultar em um erro 404. Por
exemplo, /hello//world/. O problema neste exemplo é o "//" entre
hello e world.
Solução: filtro para barras duplas
Aplique uma configuração à entrada do Istio para filtrar barras duplas em solicitações e
substituí-las.
Crie um novo arquivo de configuração chamado apigee-merge-slash-filter.yaml.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-12 UTC."],[[["The current Apigee hybrid documentation version 1.3 is end of life and users should upgrade to a newer version."],["Requests containing two or more consecutive slashes (e.g., `//`) can lead to a 404 error."],["To resolve this, configure the Istio ingress to filter for and replace double slashes in requests."],["A new configuration file, `apigee-merge-slash-filter.yaml`, must be created with specific content to enable slash merging."],["The configuration file is applied using `kubectl apply -f apigee-merge-slash-filter.yaml`."]]],[]]