[Geoserver-devel] [jira] (GEOS-6241) WFS 2.0 Constrains not in sync with Service Level

Jody Garnett created BugGEOS-6241
WFS 2.0 Constrains not in sync with Service Level

Issue Type:

BugBug

Affects Versions:

2.4.1

Assignee:

Andrea Aime

Components:

WFS

Created:

19/Dec/13 5:29 AM

Description:

Steps to reproduce:

  1. Change Service Level to Basic
  2. Review GetCapabilities
<ows:Constraint name="ImplementsBasicWFS">
  <ows:NoValues/>
  <ows:DefaultValue>TRUE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsTransactionalWFS">
  <ows:NoValues/>
  <ows:DefaultValue>TRUE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsLockingWFS">
  <ows:NoValues/>
  <ows:DefaultValue>TRUE</ows:DefaultValue>
</ows:Constraint>

I expect the constrains should be FALSE if the service is not currently providing ImplementsTransactionWFS and ImplementsLockingWFS.

Environment:

osx

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Jody Garnett

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)