[Geoserver-devel] [jira] (GEOS-5648) /rest/w?s returns navigation information for /rest

Benjamin Trigona-Harany created BugGEOS-5648
/rest/w?s returns navigation information for /rest

Issue Type:

BugBug

Affects Versions:

2.3-beta1

Assignee:

Andrea Aime

Components:

REST

Created:

08/Feb/13 9:30 AM

Description:

Requesting wms (or any other service) using the rest api returns the following:

$ curl -XGET -u admin:geoserver http://localhost:8080/geoserver-2.3-beta1/rest/wms
<html>
<head>
<title> Geoserver Configuration API </title>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>
</head>
<body>
<h2>Geoserver Configuration API</h2>
<ul>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/workspaces">workspaces</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/namespaces">namespaces</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/styles">styles</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/layers">layers</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/layergroups">layergroups</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/reload">reload</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/reset">reset</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/about/manifest">about/manifest</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/about/version">about/version</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/settings">settings</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/settings/contact">settings/contact</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/services/wms/settings">services/wms/settings</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/services/wfs/settings">services/wfs/settings</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/services/wcs/settings">services/wcs/settings</a></li>
<li><a href="http://localhost:8080/geoserver-2.3-beta1/rest/wms/templates">templates</a></li>
</ul>
</body>
</html>

Project:

GeoServer

Priority:

TrivialTrivial

Reporter:

Benjamin Trigona-Harany

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)