Bug #2085
Access Control not shown by EML stylesheets
0%
Description
The access control information is not shown by XSLTs if no public read access
is specified. So if we have access control as:
<access>
<allow>
<principal>public</principal>
<permission>read</permission>
</allow>
<allow>
<principal>uid=sgarg,o=NCEAS,dc=ecoinformatics,dc=org</principal>
<permission>read</permission>
</allow>
</access>
or
<access>
<deny>
<principal>public</principal>
<permission>read</permission>
</deny>
<allow>
<principal>uid=sgarg,o=NCEAS,dc=ecoinformatics,dc=org</principal>
<permission>read</permission>
</allow>
</access>
then the XSLTs will show access rule for uid=sgarg
But if we have this:
<access>
<allow>
<principal>uid=sgarg,o=NCEAS,dc=ecoinformatics,dc=org</principal>
<permission>read</permission>
</allow>
</access>
then nothing is shown by XSLTs.
History
#1 Updated by Margaret O'Brien over 12 years ago
these bugs are for stylesheet and documentation updates. changed to EML.2.1.0 priority 3, to be taken care of after changes to schema
#2 Updated by Margaret O'Brien over 12 years ago
moving stylesheet bugs to P4 (after schema and documentation done)
#3 Updated by Margaret O'Brien almost 12 years ago
Open stylesheet bugs are now associated with EML's Utility component
#4 Updated by Redmine Admin almost 8 years ago
Original Bugzilla ID was 2085