Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rejections (0.08 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

                        throw new RuntimeException(e);
                    }
                });
            } catch (SimpleCircuitBreaker.CircuitBreakerOpenException e) {
                // Log circuit breaker rejection
                auditLogger.logSecurityViolation("Circuit breaker open for SMB connection",
                        java.util.Map.of("address", address.getHostAddress(), "port", String.valueOf(port)));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  2. cmd/iam.go

    		if availablePoliciesStr == "" {
    			// all policies presented in the claim should exist
    			iamLogIf(GlobalContext, fmt.Errorf("expected policy (%s) missing from the JWT claim %s, rejecting the request", policies, iamPolicyClaimNameOpenID()))
    
    			return false
    		}
    		combinedPolicy = c
    	}
    
    	// 3. If an inline session-policy is present, evaluate it.
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 75.3K bytes
    - Viewed (0)
Back to top