Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 62 of 62 for lett (0.04 sec)

  1. 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)
  2. 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-supplied
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 86.3K bytes
    - Viewed (0)
Back to top