Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DfsReferral (0.04 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

        }
    
        /**
         * @param resp
         * @param path
         * @param req
         * @throws SmbException
         * @throws DfsReferral
         */
        private void checkReferral(final Response resp, final String path, final RequestWithPath req) throws SmbException, DfsReferral {
            DfsReferralData dr = null;
            if (!getContext().getConfig().isDfsDisabled()) {
                try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbSessionImpl.java

                        }
                        if (log.isTraceEnabled()) {
                            log.trace("Response " + response);
                        }
                        return response;
                    } catch (DfsReferral r) {
                        if (log.isDebugEnabled()) {
                            log.debug("Have referral " + r);
                        }
                        throw r;
                    } catch (SmbException se) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
Back to top