- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for canonicalizePath (0.14 seconds)
-
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
} @Override public String getUNCPath() { if (this.unc == null) { canonicalizePath(); } return this.unc; } @Override public String getURLPath() { if (this.unc == null) { canonicalizePath(); } return this.canon; } @Override public String getShare() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 23.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbResourceLocatorImplTest.java
void testCanonicalizeInvalidPath() { SmbResourceLocatorImpl a = locator("smb:invalid-no-slash"); // Any accessor that triggers canonicalizePath should throw assertThrows(RuntimeCIFSException.class, a::getURLPath); assertThrows(RuntimeCIFSException.class, a::getUNCPath); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.6K bytes - Click Count (0)