Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for beraber (0.15 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.unity",
    				"application/vnd.uoml+xml",
    				"application/vnd.uplanet.alert",
    				"application/vnd.uplanet.alert-wbxml",
    				"application/vnd.uplanet.bearer-choice",
    				"application/vnd.uplanet.bearer-choice-wbxml",
    				"application/vnd.uplanet.cacheop",
    				"application/vnd.uplanet.cacheop-wbxml",
    				"application/vnd.uplanet.channel",
    				"application/vnd.uplanet.channel-wbxml",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                }
            }
            final HttpServletResponse response = LaResponseUtil.getResponse();
            if (t instanceof final InvalidAccessTokenException e) {
                response.setHeader("WWW-Authenticate", "Bearer error=\"" + e.getType() + "\"");
                writeJsonResponse(HttpServletResponse.SC_UNAUTHORIZED, message);
            } else {
                writeJsonResponse(status, message);
            }
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/route/route_test.go

    		xdstest.ValidateRoutes(t, routes)
    		g.Expect(err).NotTo(HaveOccurred())
    		g.Expect(len(routes)).To(Equal(1))
    		g.Expect(routes[0].GetMatch().GetHeaders()[0].GetStringMatch().GetSafeRegex().GetRegex()).To(Equal("Bearer .+?\\..+?\\..+?"))
    	})
    
    	t.Run("for virtual service with regex matching on without_header", func(t *testing.T) {
    		g := NewWithT(t)
    		cg := core.NewConfigGenTest(t, core.TestOptions{})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

          "type": "string",
          "format": "date-time"
        }
      },
      "securityDefinitions": {
        "BearerToken": {
          "description": "Bearer Token authentication",
          "type": "apiKey",
          "name": "authorization",
          "in": "header"
        }
      },
      "security": [{ "BearerToken": [] }]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

            "format": "date-time",
            "type": "string"
          }
        },
        "securitySchemes": {
          "BearerToken": {
            "description": "Bearer Token authentication",
            "in": "header",
            "name": "authorization",
            "type": "apiKey"
          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  6. tests/integration/ambient/baseline_test.go

    				opts := echo.CallOptions{
    					Address: "kubernetes.default.svc",
    					Port:    echo.Port{ServicePort: 443},
    					Scheme:  scheme.HTTPS,
    					HTTP: echo.HTTP{
    						Headers: headers.New().With("Authorization", "Bearer "+token.Status.Token).Build(),
    						Path:    "/",
    					},
    					// Test that we see our own identity -- not the ztunnel (istio-system/ztunnel).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top