Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testValidFileExtensions (0.56 seconds)

  1. src/test/java/jcifs/util/PathValidatorTest.java

                fail("Should block mixed case reserved name");
            } catch (SmbException e) {
                // Expected
            }
        }
    
        @Test
        public void testValidFileExtensions() throws Exception {
            // Normal extensions should be allowed
            assertEquals("\\share\\file.txt", validator.validatePath("\\share\\file.txt"));
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 14.6K bytes
    - Click Count (0)
Back to Top