[Fdo-trac] [fdo-trac] #903: WFS fail to connect to http://demo.opengeo.org/geoserver/wfs?service=wfs
FDO
trac_fdo at osgeo.org
Thu Feb 5 01:13:35 PST 2015
#903: WFS fail to connect to http://demo.opengeo.org/geoserver/wfs?service=wfs
----------------------------+-----------------------------------------------
Reporter: christinebao | Owner: Christine Bao
Type: defect | Status: new
Priority: major | Milestone: 3.9.0
Component: WFS Provider | Version: 3.9.0
Severity: 3 | Keywords:
External_id: DE20287 |
----------------------------+-----------------------------------------------
Comment(by christinebao):
This is because the URL contains "service=wfs" already. FDO WFS provider
tries to add it again, for example request
http://demo.opengeo.org/geoserver/wfs?service=wfs&version=1.0.0&'''service=WFS'''&REQUEST=GetCapabilities,
it fails:
{{{
<ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001
/XMLSchema-instance" version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://demo.opengeo.org:80/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="InvalidParameterValue" locator="service">
<ows:ExceptionText>
Single value expected for request parameter service but instead found:
[wfs, WFS]
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
}}}
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/903#comment:1>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list