Task #10414 (new)
Opened 6 years ago
Last modified 3 years ago
Consider changing file path representation in API
| Reported by: | mtbcarroll | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | OmeroFs | Version: | n.a. |
| Keywords: | FS | Cc: | fs@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
The new managed repository API expects "/"-separated file paths from clients. It's plausible that some will still attempt a "\"-separated path. https://github.com/openmicroscopy/openmicroscopy/pull/756 tries to fix this for anything using ImportContainer.fillData.
Perhaps it would be easier if the API were to expect paths to already be separated, accepting a list of strings (path components) without separators as the path specification instead of a single string containing separators.
Change History (3)
comment:1 Changed 6 years ago by mtbcarroll
- Owner set to jmoore
comment:2 Changed 6 years ago by mtbcarroll
- Milestone changed from Unscheduled to 5.0.0
comment:3 Changed 3 years ago by jamoore
- Milestone changed from 5.x to Unscheduled