Project

General

Profile

« Previous | Next » 

Revision 5545

Added by berkley over 13 years ago

changed improper use of getFS() to a /. getFS() should never be used with a URL since it will return \ on windows which is not a valid separator in a URL.

View differences:

MetacatUtil.java
283 283
        try {
284 284
        replicationServerName = 
285 285
        	SystemUtil.getSecureServer() 
286
        	+ FileUtil.getFS()
286
        	+ "/" 
287 287
			+ PropertyService.getProperty("application.context")
288 288
			+ "/servlet/replication";
289 289
        } catch (PropertyNotFoundException pnfe) {

Also available in: Unified diff