Project

General

Profile

Actions

Bug #15906

open

Issues with collection manifest in Java SDK v2

Added by Krzysztof Majewski over 4 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto
Actions #1

Updated by Krzysztof Majewski over 4 years ago

I found following issues with collection manifest in Java SDK v2 in ManifestDecoder class:

1. In case of collections ardev-4zz18-70hlj74j6s5bao6, ardev-4zz18-de5uxhk8l1djn03 and few others the manifest starts with "." not with ". " as expected in code. This is because the collection contains folders in it.

if (!manifestStreams.get(0).startsWith(". ")) {
    throw new ArvadosClientException("Invalid first path component (expecting \".\")");
}

2. In case of collection ardev-4zz18-6rcoxf38m5odyff we have empty manifest string wchich is also not expected by SDK:

if (manifestText == null || manifestText.isEmpty()) {
    throw new ArvadosClientException("Manifest text cannot be empty.");
}

Actions #2

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #3

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF