- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for prevented (0.4 sec)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
try { if (isConnected() && this.usageCount.get() != 0) { log.warn("Session was not properly released, performing emergency cleanup: " + this); // Perform emergency cleanup to prevent memory leaks emergencyCleanup(); } } catch (Exception e) { log.error("Error during session finalization", e); } finally { super.finalize();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
return fessConfig.getRoleSearchGroupPrefix(); } } return null; } /** * Escapes special characters in an LDAP search filter to prevent LDAP injection attacks. * * <p>This method escapes the following characters as per RFC 4515: * <ul> * <li>\ (backslash) → \5c</li> * <li>* (asterisk) → \2a</li>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
protected Cache<String, Pair<String[], String[]>> groupCache; /** Group cache expiry time in seconds. */ protected long groupCacheExpiry = 10 * 60L; /** Maximum depth for processing nested groups to prevent infinite loops. */ protected int maxGroupDepth = 10; /** Use V2 endpoint. */ protected boolean useV2Endpoint = true; /** * Initializes the Entra ID authenticator.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0)