Bug #2085
openAccess 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.
Updated by Margaret O'Brien about 16 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
Updated by Margaret O'Brien about 16 years ago
moving stylesheet bugs to P4 (after schema and documentation done)
Updated by Margaret O'Brien over 15 years ago
Open stylesheet bugs are now associated with EML's Utility component