fix a sequence number in heading 3 of /security/normalization/ (#13195)

This commit is contained in:
Michael 2023-05-15 21:21:50 +08:00 committed by GitHub
parent f6cd5aced4
commit c00bf9d1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ For example, `/public/./data/abc/../xyz` will be normalized to `/public/data/xyz
This is enabled by default with the normalization option `BASE`.
### 4. Path with query (`/foo?v=1`)
### 5. Path with query (`/foo?v=1`)
Istio authorization policy will remove anything after the question mark (`?`) when comparing with the path. Note the
backend application will still see the query.