Project

General

Profile

« Previous | Next » 

Revision 1535

Added by Jing Tao over 21 years ago

Add run access control even for access document.

View differences:

src/edu/ucsb/nceas/metacat/DBSAXHandler.java
439 439
        }
440 440

  
441 441
      }
442

  
442
        // if it is an access file
443
      else if ( MetaCatUtil.getOptionList(
444
                     MetaCatUtil.getOption("accessdoctype")).contains(doctype) )
445
      {
446
        // write ACL for the package
447
        runAccessControlList(dbConn, docid);
448
        
449
      }
443 450
   
444 451

  
445 452
    } catch (Exception e) {

Also available in: Unified diff