AppSchema stack overflow with large filters
-------------------------------------------

                 Key: GEOT-3503
                 URL: http://jira.codehaus.org/browse/GEOT-3503
             Project: GeoTools
          Issue Type: Bug
          Components: data app-schema
            Reporter: Joshua Vote
            Priority: Minor
         Attachments: bigfilter.xml, stacktrace.txt

I've come across an AppSchema Stack Overflow that occurs when sending 
particularly large filter queries. This is reproducible under the 2010-10-29 
and 2011-01-17 nightly builds. 

The structure of our WFS query (see attached) can be summed up as...
<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetFeature>
<wfs:Query typeName="er:Mine" srsName="EPSG:4326">
        <ogc:Filter>
            <ogc:GmlObjectId gml:id="er.mine.3"/>
            <ogc:GmlObjectId gml:id="er.mine.10"/>
            <ogc:GmlObjectId gml:id="er.mine.18"/>
            <ogc:GmlObjectId gml:id="er.mine.30"/>
            <ogc:GmlObjectId gml:id="er.mine.34"/>
            <!--Repeat the above for around 500 ID's -->
        </ogc:Filter>
    </wfs:Query>
</wfs:GetFeature>

Which results in the attached stacktrace

This overflow is not limited to a specific feature type (and therefore 
mapping). 


-- 
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

        

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to