[Geoserver-devel] [jira] (GEOS-6086) WFS URL from DescribeLayer response on virtual service is not usable

Ian Schneider created BugGEOS-6086
WFS URL from DescribeLayer response on virtual service is not usable

Issue Type:

BugBug

Affects Versions:

2.4.0, 2.3.5

Assignee:

Andrea Aime

Components:

WFS, WMS

Created:

11/Oct/13 10:55 AM

Description:

For example:

curl 'http://localhost:8080/geoserver/tiger/poi/wms?request=describelayer&version=1.1.1&layers=poi'

<WMS_DescribeLayerResponse version="1.1.1"><LayerDescription name="poi" wfs="http://localhost:8080/geoserver/tiger/poi/wfs/WfsDispatcher?" owsURL="http://localhost:8080/geoserver/tiger/poi/wfs/WfsDispatcher?" owsType="WFS"><Query typeName="tiger:poi"/></LayerDescription></WMS_DescribeLayerResponse>

Hitting that WFS URL:

curl 'http://localhost:8080/geoserver/tiger/poi/wfs/WfsDispatcher'

[Snipped]
{{<ows:Exception exceptionCode=“InvalidParameterValue” locator=“service”>
<ows:ExceptionText>No service: ( WfsDispatcher )</ows:ExceptionText>
</ows:Exception>}}

The same issue occurs if we use just the workspace virtual service. The returned WFS URL looks like [http://localhost:8080/geoserver/tiger/wfs/WfsDispatcher?](http://localhost:8080/geoserver/tiger/wfs/WfsDispatcher?) and the same error response occurs.

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Ian Schneider

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)