迁移分享:可用于java访问管理geoserver
Go to file
Jesse Eichar 5588d971fc Encode path segments in urls to prevent illegal uris thanks to layer names with spaces.
I have a geoserver instance where users can publish layers to the geoserver.  Because there are so many users that can publish to the geoserver we have been unable to prevent them from publishing layers with spaces in the names.  When there are spaces (or other certain characters), the rest api
is broken because the urls have spaces in them.

Obviously the best solution is to fix Geoserver so that a layer with a space in the name (or in the workspace name) does not break the REST API.  However that is a substantial amount of work and this change makes this library more robust in the face or inconsiderate geoserver
administrators so I decided to make the change here.  When I have time I would like to patch Geoserver as well but that is another issue.
2014-05-06 09:27:29 +02:00
src Encode path segments in urls to prevent illegal uris thanks to layer names with spaces. 2014-05-06 09:27:29 +02:00
.gitignore Initial revision 2011-05-10 16:05:15 +02:00
createGitIgnore Initial revision 2011-05-10 16:05:15 +02:00
gitignore Added method for creating PostGIS datastores (with some code from E.Grosso). 2011-05-24 10:24:20 +02:00
License.txt adding license 2011-05-11 09:12:26 +02:00
pom.xml Encode path segments in urls to prevent illegal uris thanks to layer names with spaces. 2014-05-06 09:27:29 +02:00
README added links to the mailing list on the README 2013-02-01 15:26:09 +01:00

REST client library to interact with GeoServer (http://www.geoserver.org)

The purpose of this project is to hold a REST client library to interact with GeoServer; a requirement for this library is to depend as less as possible on external libraries. This library aims at being lean and mean.

For general questions about this project feel free to use the mailing lists.

Mailing Lists

USERS
            https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-users
DEVELOPERS
            https://groups.google.com/forum/?fromgroups#!forum/geoserver-manager-devs

For more information see this page:

https://github.com/geosolutions-it/geoserver-manager/wiki