Make GeoServer pass the official wfs 1.1 cite test suite
Description
Environment
Activity

codehaus April 10, 2015 at 4:35 PM
CodeHaus Comment From: aaime - Time: Mon, 3 Nov 2008 01:51:24 -0600
---------------------
<p>All these issues have been in "resolved" state for at least one month (many of them, much more than that). Since no one has reopened them, I'm mass-switching them to closed state. Reopen if you feel the issue has not been addressed properly.</p>

codehaus April 10, 2015 at 4:35 PM
CodeHaus Comment From: jdeolive - Time: Mon, 11 Aug 2008 18:23:32 -0500
---------------------
<p>Resolving this issue... we can pass the official test suite but only with 1.6.x. And it requires patches to the test suite which i have yet to submit.</p>

codehaus April 10, 2015 at 4:35 PM
CodeHaus Comment From: jdeolive - Time: Fri, 8 Aug 2008 11:25:59 -0500
---------------------
<p>I am not sure you can call those tests "official". There are serious flaws with them. And since we are the "reference implementation" and consequently the only implementation that passes wfs 1.1 (afaik) we have a bit of leverage <img class="emoticon" src="https://jira.codehaus.org/images/icons/emoticons/smile.gif" height="16" width="16" align="absmiddle" alt="" border="0"/>.</p>
<p>Also, applying this patch moves us backwards. The trunk version of the wfs 1.1 tests suite requires urn:x-ogc:def:crs:EPSG:4326, and also has much more tests, tests that exercise reprojection, more filtering constraints, etc.... Moving back to that version of the test suite does not gain us much.</p>

codehaus April 10, 2015 at 4:35 PM
CodeHaus Comment From: aaime - Time: Fri, 8 Aug 2008 02:54:50 -0500
---------------------
<p>Well, the problem I'm seeing here is that we don't pass the "official" online test, and it seems not possible to pass them both, so it's hard to check if xlink is still working. All would be nice and dandy if only OGC updated their online tests, but can we call ourselves compliant if we don't pass the official version? We cannot send the results we get from a cite test out of an svn checkout, can we?</p>

codehaus April 10, 2015 at 4:35 PM
CodeHaus Comment From: jdeolive - Time: Thu, 7 Aug 2008 17:57:51 -0500
---------------------
<p>Hmmm... this should be resolved. Are you running the tests on opengeospatial trunk, or on the 2007 tag? Basically 1.7.x and above should be run agains the trunk version, and 1.6.x should be run against the tag. Ping me and we can discuss. I also had to patch the 2007 tag tests.</p>
At the moment we don't pass it because we encode urn as urn:x-ogc:def:crs:EPSG:4326 instead of urn:x-ogc:def:crs:EPSG:6.11.2:4326 (the suite expects the latter, hard coded... so silly).
Nevertheless, it's still the official test, so we should pass that one in order to claim we're WFS 1.1 compliant no?