[eml-dev] [Bug 2085] New: - Access Control not shown by EML stylesheets

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri May 20 18:35:05 PDT 2005


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2085

           Summary: Access Control not shown by EML stylesheets
           Product: EML
           Version: 2.0.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: eml - general bugs
        AssignedTo: jones at nceas.ucsb.edu
        ReportedBy: sgarg at nceas.ucsb.edu
         QAContact: eml-dev at ecoinformatics.org


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.


More information about the Eml-dev mailing list