Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSMB1Disabled (0.78 sec)

  1. src/test/java/jcifs/config/SecurityConfigurationTest.java

            assertEquals("Maximum version should be SMB 3.1.1", DialectVersion.SMB311, config.getMaximumVersion());
        }
    
        /**
         * Test that SMB1 is disabled by default
         */
        @Test
        public void testSMB1Disabled() throws CIFSException {
            BaseConfiguration config = new BaseConfiguration(true);
    
            // SMB1 versions should not be allowed
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 3.1K bytes
    - Viewed (0)
Back to top