- Sort Score
- Result 10 results
- Languages All
Results 61 - 62 of 62 for lett (0.67 sec)
-
src/main/java/jcifs/smb/SmbFile.java
// to allow connection reuse for subsequent operations if (this.transportContext.getConfig().isStrictResourceLifecycle()) { th.close(); } else { // Let connection pooling handle cleanup - this improves performance // for scenarios where the same file or directory is accessed multiple times log.trace("Tree handle released to connection pool for reuse");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
* * <p>This method escapes the following characters as per RFC 4515: * <ul> * <li>\ (backslash) → \5c</li> * <li>* (asterisk) → \2a</li> * <li>( (left parenthesis) → \28</li> * <li>) (right parenthesis) → \29</li> * <li>\0 (null character) → \00</li> * </ul> * * <p><strong>Security Note:</strong> This method MUST be called on all user-suppliedRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0)