Opened 13 years ago
Closed 13 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 , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Very simple fix in r1305.