- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getFullUNCPath (0.1 sec)
-
src/main/java/jcifs/smb/SmbTreeImpl.java
if ( log.isDebugEnabled() ) { log.debug(String.format("Setting DFS request path from %s to %s", preq.getPath(), preq.getFullUNCPath())); } preq.setResolveInDfs(true); preq.setPath(preq.getFullUNCPath()); } } try { return sess.send(request, response, params); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 29.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
throw new SmbException("Invalid request for a DFS NT_STATUS_PATH_NOT_COVERED response " + req.getClass().getName()); } String path = ( (RequestWithPath) req ).getFullUNCPath(); checkReferral(resp, path, ( (RequestWithPath) req )); // checkReferral always throws and exception but put break here for clarity break;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0)