Issue Type:
|
Bug
|
Affects Versions:
|
2.3-beta1
|
Assignee:
|
Andrea Aime
|
Components:
|
REST, Security
|
Created:
|
25/Jan/13 3:56 PM
|
Description:
|
2.2.4 out of the box:
$ curl -s -X GET http://localhost:8080/geoserver-2.2/rest/workspaces.xml
HTTP/1.1 401 Unauthorized
$ curl -s -X GET http://localhost:8080/geoserver-2.2/rest/settings.xml
HTTP/1.1 401 Unauthorized
2.3-beta1 out of the box:
$ curl -s -X GET http://localhost:8080/geoserver-2.3-beta1/rest/settings.xml
<global>
<settings>
...
</settings>
</global>
$ curl -s -X GET http://localhost:8080/geoserver-2.3-beta1/rest/workspaces.xml
<workspaces/>
Authentication is still required to see any workspaces listed with 2.3.
I’m unsure if it is a bug, or if these changes simply need to be reflected in the 2.3 documentation.
|
Project:
|
GeoServer
|
Priority:
|
Major
|
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)