Revision 1329
Added by Jing Tao about 22 years ago
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
376 | 376 |
MetaCatUtil.getOption("accessdoctype")).contains(doctype) ) |
377 | 377 |
{ |
378 | 378 |
// write ACL for the package |
379 |
runAccessControlList(dbConn, docid); |
|
379 |
//runAccessControlList(dbConn, docid);
|
|
380 | 380 |
|
381 | 381 |
} |
382 | 382 |
|
Also available in: Unified diff
Get rid of running parser access documents into rules when it handle a access document. (we only need to parser it when handling a dataset file).