Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,993 for Rejected (0.18 sec)

  1. test/fixedbugs/issue38117.go

    // errorcheck
    
    // Copyright 2020 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // cmd/compile erroneously rejected conversions of constant values
    // between int/float and complex types.
    
    package p
    
    const (
    	_ = int(complex64(int(0)))
    	_ = float64(complex128(float64(0)))
    
    	_ = int8(complex128(1000)) // ERROR "overflow|cannot convert"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 23:59:57 UTC 2020
    - 433 bytes
    - Viewed (0)
  2. releasenotes/notes/33737.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 33737
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 03 06:08:17 UTC 2021
    - 188 bytes
    - Viewed (0)
  3. tests/integration/security/fuzz/README.md

    rejected by either the request authentication or the authorization policy.
    
    The test backend uses real Web servers (`apache`, `nginx` and `tomcat`) configured to serve at the above predefined path.
    If a fuzzer generated request successfully gets the data at the predefined path, it means a policy bypass has happened
    otherwise it should have been rejected with 403 by the policy.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 09 02:34:11 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            "latest.milestone"   | "select 1.1"               | '["2.0"]'               | ['2.1', '2.0']        | false
        }
    
        def "reports all candidates rejected by rule"() {
            buildFile << """
    
                dependencies {
                    conf "org.utils:api:1.+"
                }
    
                configurations.all {
                    resolutionStrategy {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion_test.go

    	}{
    		{
    			name: "id",
    			in: &apiextensions.JSONSchemaProps{
    				ID: testStr,
    			},
    			expectError: true, // rejected by kube validation and NewStructural
    		},
    		{
    			name: "$schema",
    			in: &apiextensions.JSONSchemaProps{
    				Schema: "test",
    			},
    			expectError: true, // rejected by kube validation and NewStructural
    		},
    		{
    			name: "$ref",
    			in: &apiextensions.JSONSchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 14:34:26 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  6. releasenotes/notes/cds-nack-passthrough.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 39736
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 05 14:55:28 UTC 2022
    - 224 bytes
    - Viewed (0)
  7. releasenotes/notes/http-route-validation.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - https://github.com/istio/istio/issues/48534
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 15:33:55 UTC 2024
    - 239 bytes
    - Viewed (0)
  8. releasenotes/notes/49368.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 49368
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 10:35:13 UTC 2024
    - 226 bytes
    - Viewed (0)
  9. releasenotes/notes/http10-sniffing.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 36707
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 06 15:27:52 UTC 2022
    - 217 bytes
    - Viewed (0)
  10. releasenotes/notes/passthrough-tls.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
    - 31297
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 25 12:04:03 UTC 2021
    - 231 bytes
    - Viewed (0)
Back to top