- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getDfsPath (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
return null; } return str; } /** * {@inheritDoc} * * @see jcifs.SmbResourceLocator#getDfsPath() */ @Override public String getDfsPath() { if (this.dfsReferral == null) { return null; }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
assertEquals(dr, l.getDfsReferral()); assertEquals("dfs-server", l.getServerWithDfs()); assertEquals("smb://dfs-server/dfs-share" + l.getUNCPath().replace('\\', '/'), l.getDfsPath()); assertEquals("dfs-share", l.getShare()); // Path consumed negative -> coerced to 0 when(dr.getPathConsumed()).thenReturn(-1); String unc2 = l.handleDFSReferral(dr, null);
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)