perfsonar-dev - perfsonar: r4564 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard
Subject: perfsonar development work
List archive
perfsonar: r4564 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard
Chronological Thread
- From:
- To:
- Subject: perfsonar: r4564 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard
- Date: Tue, 30 Sep 2008 11:23:13 -0400
Author: michael.bischoff
Date: 2008-09-30 11:23:12 -0400 (Tue, 30 Sep 2008)
New Revision: 4564
Modified:
trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard/Wizard.java
Log:
Fix for gcj
Modified:
trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard/Wizard.java
===================================================================
---
trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard/Wizard.java
2008-09-30 14:24:36 UTC (rev 4563)
+++
trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard/Wizard.java
2008-09-30 15:23:12 UTC (rev 4564)
@@ -66,7 +66,10 @@
try {
ServletContext sc = config.getServletContext();
- configPath = sc.getRealPath("/");
+ configPath = sc.getRealPath("/");
+ if(!configPath.endsWith(File.pathSeparator) ||
!configPath.endsWith("/")) {
+ configPath += "/";
+ }
// Check to see if there is a configuration handler
available
String cl = checkForExternalHandler(configPath);
- perfsonar: r4564 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/wizard, svnlog, 09/30/2008
Archive powered by MHonArc 2.6.16.