mirror of https://github.com/istio/istio.io.git
fix a sequence number in heading 3 of /security/normalization/ (#13195)
This commit is contained in:
parent
f6cd5aced4
commit
c00bf9d1fd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue