Issue #2525 GSD doesn't want "/wfs" appended by the DPA.

Change-Id: I28a8ea3bc7a9a9430379333166c2a2a68fa48370

Former-commit-id: 62cd5b514d [formerly b0d929231c] [formerly 62cd5b514d [formerly b0d929231c] [formerly b2b44cd1d2 [formerly 03cfdbd4c8c74da4200781b8b716181eac759195]]]
Former-commit-id: b2b44cd1d2
Former-commit-id: 7ddd6d4c61 [formerly 35bc4378ca]
Former-commit-id: d3bd916cf4
This commit is contained in:
Dave Hladky 2013-11-06 15:13:17 -06:00
parent 70d5d65f35
commit ffaa5d5480
2 changed files with 3 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<connection>
<!-- for OGC it's your FQDN
!!!!!PLACE YOUR URL HERE!!!!!!-->
<url>http://your.url.here:8085</url>
<url>http://your.url.here:8085/wfs</url>
<userName>user</userName>
<password>password</password>
<encryption>CLEAR</encryption>

View file

@ -66,9 +66,10 @@ import com.vividsolutions.jts.geom.Envelope;
* Jul 23, 2013 bclement Initial creation
* Aug 08, 2013 2097 dhladky Made operational
* Aug 30, 2013 2098 dhladky Improved
* Spet 2, 2013 2098 dhladky Updated how times are managed.
* Sept 2, 2013 2098 dhladky Updated how times are managed.
* Sept 30, 2013 1797 dhladky Generics
* Oct 10, 2013 1797 bgonzale Refactored registry Time objects.
* Nov 6, 2013 2525 dhladky Stop appending "/wfs"
*
* </pre>
*
@ -316,8 +317,6 @@ public class WfsRegistryCollectorAddon<D extends SimpleDimension, L extends Simp
StringBuilder sb2 = new StringBuilder();
sb2.append(getConfiguration().getProvider().getConnection()
.getUrl());
sb2.append("/");
sb2.append(getAgent().getWfs());
pdsmd.setUrl(sb2.toString());
}
}