- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSmbUrlWithNonStandardPort (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/util/PathValidatorTest.java
// Standard port 445 might be removed in normalization assertTrue(normalized.contains("server")); } @Test public void testSmbUrlWithNonStandardPort() throws Exception { String url = "smb://server:8445/share"; String normalized = validator.validateSmbUrl(url); assertTrue(normalized.contains(":8445")); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 14.6K bytes - Click Count (0)