Project

General

Profile

« Previous | Next » 

Revision 7128

add a parameter for optionally writing EML-embedded access control rules to the Metacat DB.
https://redmine.dataone.org/issues/2584
https://redmine.dataone.org/issues/2583

View differences:

ReplicationHandler.java
443 443
        parserBase = DocumentImpl.EML210;
444 444
      }
445 445
      // Write the document into local host
446
      DocumentImplWrapper wrapper = new DocumentImplWrapper(parserBase, false);
446
      DocumentImplWrapper wrapper = new DocumentImplWrapper(parserBase, false, false);
447 447
      String newDocid = wrapper.writeReplication(dbConn,
448 448
                              newxmldoc,
449 449
                              docinfoHash.get("public_access"),

Also available in: Unified diff