WFS 1.1 cite tests do not validate when a null envelope is placed on a feature 
collection
-----------------------------------------------------------------------------------------

                 Key: GEOS-2700
                 URL: http://jira.codehaus.org/browse/GEOS-2700
             Project: GeoServer
          Issue Type: Task
          Components: CITE
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira
             Fix For: 1.7.4


The xml schema for the "gml:boundedBy" element is:

{code:xml}
<element name="boundedBy" type="gml:BoundingShapeType"/>
        <!-- 
====================================================================== -->
        <complexType name="BoundingShapeType">
                <annotation>
                        <documentation>Bounding shape.</documentation>
                </annotation>
                <sequence>
                        <choice>
                                <element ref="gml:Envelope"/>
                                <element ref="gml:Null"/>
                        </choice>
                </sequence>
        </complexType>
{code}

But the wfs 1.1 cite tests barf when gml:Null is used. We need to look into 
this and hopefully patch the tests.

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

        

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to