Project

General

Profile

« Previous | Next » 

Revision 6542

add User-Agent logging to support D1 requirements

View differences:

PropertiesAdmin.java
357 357
        CNode cn;
358 358
        try {
359 359
            logMetacat.debug("Get the Node description.");
360
            Node node = MNodeService.getInstance().getCapabilities();
360
            Node node = MNodeService.getInstance(null).getCapabilities();
361 361
            logMetacat.debug("Setting client certificate location.");
362 362
            String certificatePath = PropertyService.getProperty("dataone.certpath");
363 363
            if (!certificatePath.endsWith(File.separator)) {

Also available in: Unified diff