Project

General

Profile

« Previous | Next » 

Revision 6308

Add the missing URL delimiter when building the D1 base service URL.

View differences:

src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java
106 106
  	this.metacatUrl = "";
107 107
  	
108 108
    try {
109
	    this.metacatUrl = SystemUtil.getContextURL() + 
109
	    this.metacatUrl = SystemUtil.getContextURL() + "/" +
110 110
	    PropertyService.getProperty("dataone.serviceName");
111 111
    } catch (PropertyNotFoundException e) {
112 112
      throw new RuntimeException("Error getting the servlet url in D1NodeService: " + 

Also available in: Unified diff