Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SMB202 (0.12 sec)

  1. src/test/java/jcifs/tests/ContextConfigTest.java

            Properties prop3 = new Properties();
            prop3.setProperty("jcifs.smb.client.minVersion", "SMB202");
            PropertyConfiguration p3 = new PropertyConfiguration(prop3);
            assertEquals(DialectVersion.SMB202, p3.getMinimumVersion());
    
            // needs to be adjusted when default changes
            assertEquals(DialectVersion.SMB210, p3.getMaximumVersion());
    
        }
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. src/test/java/jcifs/tests/AllTests.java

                    cfg.put("jcifs.smb.client.maxVersion", "SMB210");
                    return cfg;
                }
            });
    
            MUTATIONS.put("smb2-nego", new TestMutation() {
    
                @Override
                public Map<String, String> mutate ( Map<String, String> cfg ) {
                    cfg.put("jcifs.smb.client.minVersion", "SMB202");
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 10:52:42 UTC 2020
    - 14.4K bytes
    - Viewed (0)
Back to top