Task #620
Check that access control works in the metacat service layer
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
Access control is being ignored currently. Need to go through the code and make sure create() and update() are correctly using access control information to limit inserts and updates.
History
#1 Updated by Chad Berkley over 14 years ago
- Status changed from New to Closed
Access control for update and create are now working correctly. There is a unit test in CrudServiceTest for this functionality.