Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supportedPercentEncode (0.12 sec)

  1. tests/integration/security/normalization_test.go

    	"istio.io/istio/pkg/test/framework/components/echo/check"
    	"istio.io/istio/pkg/test/framework/components/echo/match"
    	"istio.io/istio/pkg/test/framework/components/istio"
    )
    
    func supportedPercentEncode(i int) bool {
    	special := map[int]struct{}{
    		0x2d: {}, // -
    		0x2e: {}, // .
    		0x2f: {}, // /
    		0x5c: {}, // \
    		0x5f: {}, // _
    		0x7e: {}, // ~
    	}
    	if _, found := special[i]; found {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top