From: SourceForge.net <no...@so...> - 2013-05-10 08:11:37
|
Feature Requests item #3613027, was opened at 2013-05-10 00:58 Message generated for change (Comment added) made by terryoneill You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676459&aid=3613027&group_id=116934 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Digital Repository Group: None Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Terry O'Neill (terryoneill) >Assigned to: Kirti Chennareddy (kirtic) Summary: Remove client need for file system read access to repository Initial Comment: The server should handle providing files to the client so as to remove any need for users to have read access to the repository. Note that this feature request is being created for changes that are already present in order to provide tracking for this change. ---------------------------------------------------------------------- >Comment By: Terry O'Neill (terryoneill) Date: 2013-05-10 01:11 Message: This feature has been added on the java6testing branch. Assigned to Kirti for any further comments. This feature adds a Get AIP Command to the server which returns an AIP (i.e. Xena file). The Copy for Access and Create Reprocessing Job tasks now use this command from the server rather than relying on a readable file system location. Note that there are conditions where AIPs are used temporarily (e.g. for previous during Copy for Access or for Copy for Access when not not retaining the Xena files). In these cases the system temporary directory is used. This change includes improvements to handling files saved to the system temporary directory in such cases. Note that this change was done in conjunction with the change for rfe-3613026 (support for multiple repository locations) and thus the actual code changes for these two rfes are intermingled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676459&aid=3613027&group_id=116934 |