opencadc / vos

client and server implementation of VOSpace specification
GNU Affero General Public License v3.0
2 stars 10 forks source link

enable cavern to handle links to external files #246

Closed pdowler closed 1 month ago

pdowler commented 1 month ago

Use file:///path/to/something for an external file (external to cavern root)

allow GET and PUT (create) external file links reject all attempts to navigate external links (to directories) reject download of an external file via files or transfer neg.

one optional create + get test added currently no automated tests of the reject scenarios... TBD