Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for coas (0.15 sec)

  1. src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java

                    }
                    dr.pathConsumed--;
                }
    
                if ( log.isDebugEnabled() ) {
                    String cons = reqPath.substring(0, consumed);
                    log.debug("Request " + reqPath + " ref path " + dr.path + " consumed " + dr.pathConsumed + ": " + cons);
                }
            }
    
            return dr;
        }
    
    
        /**
         * {@inheritDoc}
         *
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Nov 13 15:13:49 GMT 2021
    - 11K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbSessionImpl.java

            }
        }
    
    
        private static byte[] createToken ( final SSPContext ctx, final byte[] token, Subject s ) throws CIFSException {
            if ( s != null ) {
                try {
                    return Subject.doAs(s, new PrivilegedExceptionAction<byte[]>() {
    
                        @Override
                        public byte[] run () throws Exception {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top