I recently upgraded to 2.2.2 and I am running in to trouble trying to use the REST api to obtain workspace info. If I enter "http://geoserver.ourdomain.org/goeserver/rest/workspaces/" I get a list of available workspaces on our server, however I cannot access them, clicking on one produces a blank page with the error;
- No such workspace: "workspace_name"
but if I send a request to the server looking for the default workspace:
http//geoserver.ourdomain.org/geoserver/rest/workspaces/default.xml
I get xml showing the correct default workspace name as well as tags for DataStores, CoverageStores, etc... I think it is also important to add that when I use the actual server name (localhost:port instead of the user friendly url) in the request it fails to return the default workspace as well, I am new to geoserver and did not configure the initial install but I do have admin access, can anyone point me in the right direction?
If logs are needed I will post them in an edit. Thank you!
