Project

General

Profile

Actions

Bug #2085

open

Access Control not shown by EML stylesheets

Added by Saurabh Garg about 19 years ago. Updated about 15 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
utilities
Target version:
Start date:
05/20/2005
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2085

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.

Actions #1

Updated by Margaret O'Brien over 15 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

Actions #2

Updated by Margaret O'Brien over 15 years ago

moving stylesheet bugs to P4 (after schema and documentation done)

Actions #3

Updated by Margaret O'Brien about 15 years ago

Open stylesheet bugs are now associated with EML's Utility component

Actions #4

Updated by Redmine Admin over 11 years ago

Original Bugzilla ID was 2085

Actions

Also available in: Atom PDF