Ticket #521 (closed defect: fixed)
<is_protected> is not filled correctly
| Reported by: | Michiel.Schok | Owned by: | forgacs |
|---|---|---|---|
| Priority: | critical | Milestone: | MediaMosa 3.0 |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| MoSCoW: | none | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | no |
| Accepted: | no | Estimated Hours: | 0 |
Description
In the SURFmedia workflow, the user can define an ACL during upload. This ACL is implemented immediately after creating the mediafile.
See for instance asset 'DXfTvKKaGUNLbkaUq3wmjLgD', mediafile 'C2UjEEtVYYNJQ7CMFQ7uV6lT' on VP-Core acceptatie.
<request_uri>[GET] mediafile/C2UjEEtVYYNJQ7CMFQ7uV6lT/acl?user_id=urn:collab:person:surfnet.nl:michiel</request_uri>
<items>
<item>
<aut_realm>michiel@schok.net</aut_realm>
</item>
</items>
But when we request the asset, we observe that 'granted' and 'protected' are not filled with the correct values.
<request_uri>[GET] asset/DXfTvKKaGUNLbkaUq3wmjLgD</request_uri>
<items>
<item>
<asset_id>DXfTvKKaGUNLbkaUq3wmjLgD</asset_id>
<app_id>5</app_id>
...
<is_protected>FALSE</is_protected>
...
<granted>TRUE</granted>
Change History
Note: See
TracTickets for help on using
tickets.
