Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for myPassword (0.27 sec)

  1. cmd/auth-handler_test.go

    	}{
    		{"", "", ErrInvalidAccessKeyID},
    		{"admin", "", ErrSignatureDoesNotMatch},
    		{"admin", "wrongpassword", ErrSignatureDoesNotMatch},
    		{"wronguser", "mypassword", ErrInvalidAccessKeyID},
    		{"", "mypassword", ErrInvalidAccessKeyID},
    		{"admin", "mypassword", ErrNone},
    	}
    
    	for i, testCase := range testCases {
    		req := mustNewRequest(http.MethodGet, "http://localhost:9000/", 0, nil, t)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperHttpIntegrationTest.groovy

            and:
            proxyServer.requestCount == 1
        }
    
        def "downloads wrapper via authenticated proxy"() {
            given:
            proxyServer.start('my_user', 'my_password')
    
            and:
            server.expect(server.head("/$TEST_DISTRIBUTION_URL"))
            prepareWrapper(server.uri.toString())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top