Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/object-handlers_test.go

    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    			shouldPass:         true,
    			fault:              None,
    		},
    		// Test case - 7
    		// Chunk with malformed encoding.
    		// Causes signature mismatch.
    		{
    			bucketName:         bucketName,
    			objectName:         objectName,
    			data:               oneKData,
    			dataLen:            1024,
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 163.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         *
         * @deprecated Use getURL() instead
         * @return A new <code>{@link java.net.URL}</code> for this <code>SmbFile</code>
         * @throws MalformedURLException if the URL is malformed
         */
        @Deprecated
        public URL toURL() throws MalformedURLException {
            return url;
        }
    
        /**
         * Computes a hashCode for this file based on the URL string and IP
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top