You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the abstract tests "A.2.1 Version negotiation" and "A.2.2 Lists version number" in http://docs.opengeospatial.org/is/09-025r2/09-025r2.html#131 it seems that the requirement for the explicit version number 2.0.2 makes this change more of a major change, as servers only supporting version 2.0.0 would fail, right?
Even if more values are allowed in ows:ServiceTypeVersion, 2.0.2 is still mandatory.
@StefStr - To conform to WFS 2.0.2 the server must of course accept version 2.0.2 in negotiation. This is how OWS Common version negotiation was designed. Perhaps it would have been better to restrict the version numbers for the purpose of negotiation to the major and minor number and exclude the corrigendum number (that is, just use 2.0), but this is not what OWS Common has specified. A server that wants to support both 2.0.0 and 2.0.2 clients has to accept both version numbers.
Currently, the test suite just support versions WFS 2.0.0 and FES 2.0.0.
Both, WFS and FES shall be updated to version 2.0.2.
Also see #224 (comment).
The text was updated successfully, but these errors were encountered: