[Geoserver-devel] [jira] Created: (GEOS-2789) WCS 1.1.1 XML request fails with "VERSION parameter is wrong"

WCS 1.1.1 XML request fails with "VERSION parameter is wrong"
-------------------------------------------------------------

                 Key: GEOS-2789
                 URL: http://jira.codehaus.org/browse/GEOS-2789
             Project: GeoServer
          Issue Type: Bug
          Components: WCS
    Affects Versions: 1.7.3
         Environment: all
            Reporter: Roger Bedell
            Assignee: Andrea Aime

Just trying to use 1.1.1 instead of 1.0.0 of WCS, so I tried this in the
Demo Request area

<GetCapabilities
  service="WCS"
  version="1.1.1"
  xmlns="http://www.opengis.net/wcs&quot;
  xmlns:nurc="http://www.nurc.nato.int"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/wcs
http://schemas.opengis.net/wcs/1.1.1/wcsCapabilities.xsd&quot;/&gt;

It always returns:

<ows:ExceptionReport version="1.1.0"
xsi:schemaLocation="http://www.opengis.net/ows/1.1
http://sigma.openplans.org:8080/geoserver/schemas/ows/1.1.0/owsAll.xsd&quot;&gt;
?
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>VERSION parameter is wrong.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>

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