Opened 12 years ago

Closed 12 years ago

#407 closed defect (fixed)

ApplyFilter - extra 3rd request

Reported by: adube Owned by:
Priority: minor Milestone: 1.2.0
Component: widgets Version: trunk
Keywords: Cc: cvillemure

Description

Expected behavior

Two requests are required in order to support WFS GetFeature requests with paging support :

  • one with resultType=hits -> to count the total number of hits a request should return
  • one to fetch a page features with startIndex & maxFeatures set

Currently

One extra request is made at the same time as the first one which is immediately aborted as soon as the first is completed, then the second one is triggered. It doesn't seem to affect the expected result of the widget, but it's not an expected behavior.

Fix

Requires more investigation. I'm tagging this one for 1.2, but if it's not a priority for the release, we'll wait for the next one.

Change History (2)

comment:1 by cvillemure, 12 years ago

Cc: cvillemure added

comment:2 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Very simple fix in r1305.

Note: See TracTickets for help on using tickets.