[kepler-dev] [Bug 5621] New: Need change the access order type from denyFirst to allowFirst in kepler when it generate emls
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Jun 7 14:15:21 PDT 2012
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5621
Bug #: 5621
Summary: Need change the access order type from denyFirst to
allowFirst in kepler when it generate emls
Classification: Unclassified
Product: Kepler
Version: trunk
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: barseghian at nceas.ucsb.edu
ReportedBy: tao at nceas.ucsb.edu
QAContact: kepler-dev at kepler-project.org
When kepler uploads kar xml and kar files to the metacat repository, the two
files will be associated with eml files which has the access rules.
In the access part of those eml files, the access order type is denyFirst.
However, Metacat 2.0.0 doesn't support denyFirst - it will ignore the access
rules if the order is denyFirst. Even tough the kepler says those kar xml and
kar files are public readable, it will ends up that they are non-public
readable.
So i changed the order type from denyFirst to allowFirst in the two files in
the svn trunk:
trunk/modules/repository/src/org/kepler/kar/UploadToRepository.java
trunk/modules/provenance/src/org/kepler/provenance/kar/UploadKarToRepositoryNoGUI.java
When kepler-library is upgraded to metacat-2.0.0, the kepler-2.3 can't generate
any public readable kar xml and kar file.
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the Kepler-dev
mailing list