Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision
  • svn:mergeinfo:

# Date Author Comment
5109 11/06/2009 02:44 PM daigle

Handle the case of trying to insert a conflicting permission order for a document

5099 11/03/2009 10:31 AM daigle

Change access section in getaccesscontrol and getdocumentinfo apis to be more eml 2.1.0 compliant. Add a block access option to setaccess api.

5098 10/30/2009 03:39 PM daigle

change AccessControlForSingleFile to only be instantiated for one file. move ACL methods to AccessControlForSingleFile. Change format of access sections returned to EML 2.1.0.

5089 10/16/2009 11:10 AM daigle

Move access control source to it's own directory.

5025 08/14/2009 02:22 PM daigle

Move document specific utilities to DocumentUtil from MetacatUtil. This makes it easier to define a layer between the core metacat services and the rest of the code.

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4861 03/25/2009 02:41 PM daigle

Roll back replication user changes. Fix code that converts access levels to integer and to text.

4698 12/26/2008 01:07 PM daigle

Renamed MetaCatUtil to MetacatUtil

4450 10/13/2008 11:34 AM ben leinfelder

check for existing access control rows before inserting (we do not need duplicate rows specifying the same access control)

4447 10/13/2008 09:11 AM ben leinfelder

translate numeric permission to text permission when serializing.

4419 10/07/2008 04:40 PM ben leinfelder

replicate xml_access entries across servers.
see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3464
note: still needs to be tested...but needed to be checked in for other metacat installations to be updated....

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3512 10/11/2007 03:58 PM barteau

Fixed bug where the Permission Order was always being set to 'allowFirst'.
It was comparing against the constant AccessControlInterface.DENYFIRST with the variable name surrounded by quotes. Removed the quotes and updated comments.

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

2663 10/10/2005 11:06 AM sgarg

Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call

2588 09/09/2005 01:51 PM sgarg

Replacing debugMessage with log4j methods for logging

1370 01/21/2003 12:10 PM Jing Tao

Don't insert "acl" as accessfileid for single file. It will be null.

1365 01/16/2003 05:17 PM Jing Tao

A class to handle assign a access rule to a single file.