[Geoserver-devel] [jira] (GEOS-6471) GetFeatureWithLock expiry is not parsed when using WFS 1.1 POST requests

Andrea Aime created an issue

GeoServer / BugGEOS-6471

GetFeatureWithLock expiry is not parsed when using WFS 1.1 POST requests

Issue Type:

BugBug

Assignee:

Andrea Aime

Components:

WFS

Created:

03/May/14 7:33 AM

Priority:

MajorMajor

Reporter:

Andrea Aime

According to the xml schema expiry is an attribute, but the binding is parsing it as a sub-element instead:

            <xsd:attribute name="expiry"
                           type="xsd:positiveInteger"
                           use="optional" default="5">  
               <xsd:annotation>
                  <xsd:documentation>
                     The expiry attribute is used to set the length
                     of time (expressed in minutes) that features will
                     remain locked as a result of a GetFeatureWithLock
                     request.  After the expiry period elapses, the
                     locked resources must be released.  If the 
                     expiry attribute is not set, then the default
                     value of 5 minutes will be enforced.
                  </xsd:documentation>
               </xsd:annotation>
            </xsd:attribute>

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo