[Geoserver-devel] [jira] Created: (GEOS-1768) Different results for WFS-GetFeature in GS1.5.3 and GS1.6.0

Different results for WFS-GetFeature in GS1.5.3 and GS1.6.0
-----------------------------------------------------------

                 Key: GEOS-1768
                 URL: http://jira.codehaus.org/browse/GEOS-1768
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.6.0
         Environment: Windows 2000, jdk 1.5.x , Tomcat 5.5.25
            Reporter: Patrick O'brian
            Assignee: Andrea Aime
         Attachments: roads.zip

Different results are obtained for the same WFS-GetFeature query in GS1.5.3 and GS 1.6.0.
Fast bbox is configured the same in both versions.
In GS1.5.3, it makes an intersection request: correct and accurate, returns only the roads which intersects bbox
In GS1.6.0, it makes a bbox request, more relaxed, returning all the roads which surrounds the bbox.

The query is:
For GS1.5.3 and GS1.6.0:
http://localhost:8080/geoserver/wfs/?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=topp:roads&MAXFEATURES=10&BBOX=257900,4142300,258000,4142400

The result:
For GS1.5.3: no featuremember because bbox doesn't intersect any.
For GS1.6.0: two featuremembers, which surround the bbox.

Demo shapefile is attached.
SRS= EPSG:23030 is used for the featuretype.

Thank you in advance

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira