Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataPackageManager: Permanently deprecate the Create Data Package Archive (Zip) API service call #133

Open
servilla opened this issue Jan 27, 2024 · 0 comments
Assignees
Labels
feature New feature medium priority Medium priority

Comments

@servilla
Copy link
Collaborator

The older style "Create Data Package Archive (Zip) " API service call has been inoperable since May 2023 due to an undetected change in filesystem permissions to the directory that stores cached versions of the zip file (/pasta/data1/archive). End users (who may still be using this API call) have not raised any issues. As such, this call should be permanently deprecated and eventually removed from the existing DataPackageManager API set.

Until that time, the existing API call in src/edu/lternet/pasta/datapackagemanager/DataPackageManagerResource.java should be dynamically and permanently redirected (301) to the new service call: "Download Data Package as a ZIP archive," with the correct URL endpoint (that is, with the requested data package identifier).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature medium priority Medium priority
Projects
Status: ToDo
Development

No branches or pull requests

2 participants