Actions
Bug #1554
closedAccess rules doesn't assign to data file which associated with a eml 2 document
Start date:
05/05/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1554
Description
When morpho upload a eml2 document and data files associate with it to metacat,
the access rule doesn't be applied to data file.
Here is solution:
When we parsing eml document, if data file which specified in distribution
doesn't existed in xml_documents, we consider the data file is reserved for the
eml document and access rule will be applied to it.
If the data file already in xml_documents, we will check if the onwer of eml
document have all permsission to the data file. If the owner has, access rules
will be applied to data file. If owner hasn't, the access rules will be ignored.
Actions