Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for acceptable (0.03 sec)

  1. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

            boolean deletionFailed = false;
            try {
                dirToDelete.delete();
                // Some SMB implementations may allow this, which is non-standard but acceptable for testing
                log.info("Non-empty directory deletion succeeded (non-standard behavior, but acceptable in Docker/Samba)");
            } catch (SmbException e) {
                // This is the expected behavior per SMB specification
                deletionFailed = true;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top