Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Cookie2 (0.11 sec)

  1. pkg/config/validation/validation.go

    		}
    	}
    
    	for _, location := range rule.FromCookies {
    		if len(location) == 0 {
    			errs = multierror.Append(errs, errors.New("cookie name must be non-empty string"))
    		}
    	}
    
    	for _, claimAndHeaders := range rule.OutputClaimToHeaders {
    		if claimAndHeaders == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    Lokhttp3/CipherSuite$Companion$ORDER_BY_NAME$1;
    Lokhttp3/CipherSuite$Companion;
    Lokhttp3/CipherSuite;
    Lokhttp3/Connection;
    Lokhttp3/ConnectionPool;
    Lokhttp3/ConnectionSpec$Builder;
    Lokhttp3/ConnectionSpec;
    Lokhttp3/Cookie;
    Lokhttp3/CookieJar$Companion$NoCookies;
    Lokhttp3/CookieJar;
    Lokhttp3/Dispatcher;
    Lokhttp3/Dns$Companion$DnsSystem;
    Lokhttp3/Dns;
    Lokhttp3/EventListener$Companion$NONE$1;
    Lokhttp3/EventListener$Factory;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    							{
    								Name:   "x-foo",
    								Prefix: "Bearer ",
    							},
    						},
    					},
    				},
    			},
    			valid: true,
    		},
    		{
    			name:       "bad cookie location",
    			configName: constants.DefaultAuthenticationPolicyName,
    			in: &security_beta.RequestAuthentication{
    				JwtRules: []*security_beta.JWTRule{
    					{
    						Issuer:      "foo.com",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top