Ticket #3412 (closed feature: fixed)

Opened 23 months ago

Last modified 23 months ago

add support for handle attribute in Format.WFST

Reported by: bartvde Owned by: tschaub
Priority: minor Milestone: 2.12 Release
Component: Format.WFST Version: 2.10
Keywords: Cc:
State: Commit

Description

This is both available in WFS 1.0 and WFS 1.1.

From the schema:

<xsd:attribute name="handle" type="xsd:string" use="optional"><xsd:annotation><xsd:documentation>
               The handle attribute allows a client application
               to assign a client-generated request identifier
               to a WFS request.  The handle is included to
               facilitate error reporting.  A WFS may report the
               handle in an exception report to identify the
               offending request or action.  If the handle is not
               present, then the WFS may employ other means to
               localize the error (e.g. line numbers).
            </xsd:documentation></xsd:annotation></xsd:attribute>

Attachments

ol-3412.patch Download (7.7 KB) - added by bartvde 23 months ago.

Change History

Changed 23 months ago by bartvde

So the handle attribute can be present at different levels, i.e. e.g. both on the GetFeature as the Query level for read operations.

Changed 23 months ago by bartvde

Changed 23 months ago by bartvde

  • state set to Review

All tests pass in FF5, TIA for any review.

Changed 23 months ago by ahocevar

  • state changed from Review to Commit

All tests pass in Safari5 as well, and the patch looks good. Please commit.

Changed 23 months ago by bartvde

  • status changed from new to closed
  • resolution set to fixed

(In [12170]) add support for handle attribute in Format.WFST, r=ahocevar (closes #3412)

Note: See TracTickets for help on using tickets.