[Geoserver-devel] [jira] Created: (GEOS-4076) GWC configuration does not produce WMSC Capabilities with VendorSpecificCapabilities

GWC configuration does not produce WMSC Capabilities with VendorSpecificCapabilities
------------------------------------------------------------------------------------

                 Key: GEOS-4076
                 URL: http://jira.codehaus.org/browse/GEOS-4076
             Project: GeoServer
          Issue Type: Bug
          Components: GWC
    Affects Versions: 2.0.2
            Reporter: Jody Garnett
            Assignee: Andrea Aime
         Attachments: wms

I am a bit sad performing my uDig 1.2.0 release and being unable to verify it works against GeoServer 2.0.2.

The capabilities document listed by: http://localhost:8080/geoserver/gwc

The link is correct:
- http://localhost:8080/geoserver/gwc/service/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=getcapabilities&TILED=true

However the result does not include the required VendorSpecificCapabilities describing the tileset (ie it is not a WMS-C service description and thus cannot be used).

The required section is outlined here http://wiki.osgeo.org/wiki/WMS_Tiling_Client_Recommendation

{code:xml}
<WMT_MS_Capabilities>
  ...
  <VendorSpecificCapabilities>
    <TileSet>
      <SRS>EPSG:4326</SRS>
      <BoundingBox srs="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90" />
      <Resolutions>0.703125 0.3515625 0.17578125 0.087890625 0.04394531250</Resolutions>
      <Width>256</Width>
      <Height>256</Height>
      <Format>image/png</Format>
      <Layers>coastline</Layers>
      <Styles></Styles>
    </TileSet>
    <TileSet>
      <SRS>OSGEO:41001</SRS>
      <BoundingBox srs="OSGEO:41001" minx="-20037508.34" miny="-20037508.34"
                                     maxx="20037508.34" maxy="20037508.34" />
      <Resolutions>
         156543.03 78271.52 39135.76 19567.88 9783.94 4891.97
      </Resolutions>
      <Width>256</Width>
      <Height>256</Height>
      <Format>image/png</Format>
      <Layers>coastline</Layers>
      <Styles></Styles>
    </TileSet>
   </VendorSpecificCapabilities>
   ...
</WMT_MS_Capabilities>
{code}

I have attached the produced capabilities document for your reference.

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