Commit Graph

34 Commits

Author SHA1 Message Date
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
carlo cancellieri
6f3e3c5075 fix site URL 2013-04-05 05:45:28 +02:00
Damiano
dd8e567958 Revert "changed pom version"
This reverts commit cad01c6bd8.
2013-01-14 18:48:35 +01:00
Damiano
cad01c6bd8 changed pom version 2013-01-14 18:46:27 +01:00
Damiano
bbc83555e1 [maven-release-plugin] prepare for next development iteration 2013-01-11 09:31:39 +01:00
Damiano
be6caa8a62 [maven-release-plugin] prepare release v1.5.0 2013-01-11 09:31:28 +01:00
Simone Giannecchini
3c11a1ae50 #40 2012-08-10 16:45:20 +02:00
Simone Giannecchini
286a51a2ee #28 2012-07-31 16:29:38 +02:00
ccancellieri
24eee41596 [maven-release-plugin] prepare for next development iteration 2012-07-27 14:08:40 +02:00
ccancellieri
8f6e8b9ac2 [maven-release-plugin] prepare release v1.4.2 2012-06-01 19:11:23 +02:00
ccancellieri
667a9b2f69 set log4j test scope 2012-04-19 13:55:12 +02:00
ccancellieri
2f70df0cde [maven-release-plugin] prepare for next development iteration 2012-04-19 13:53:26 +02:00
ccancellieri
4083b46d9c [maven-release-plugin] prepare release v1.4.1 2012-04-19 13:53:10 +02:00
ccancellieri
f1c0ac45e2 fix test dependency issue 2012-04-19 13:52:39 +02:00
ccancellieri
0432534518 switch to slf4j to close #12 2012-04-19 13:21:11 +02:00
ccancellieri
ec4f18e03b [maven-release-plugin] prepare for next development iteration 2012-03-27 18:05:39 +02:00
ccancellieri
b9ffabaf7d [maven-release-plugin] prepare release v1.4.0 2012-03-27 18:05:08 +02:00
ccancellieri
f9b640cdab [maven-release-plugin] prepare for next development iteration 2012-01-31 11:05:08 +01:00
ccancellieri
4a8f8ffe06 [maven-release-plugin] prepare release v1.3.2 2012-01-31 11:04:55 +01:00
ccancellieri
f62164b37b added worldimage, imagemosaic and fixed geotiff publication. Added tests and splitted Test classes. 2012-01-23 19:31:16 +01:00
ccancellieri
bfdeb60ba1 [maven-release-plugin] prepare for next development iteration 2012-01-12 13:20:48 +01:00
ccancellieri
81832c9e7f [maven-release-plugin] prepare release v1.3.1 2012-01-12 13:19:45 +01:00
ccancellieri
5078d7c8b0 [maven-release-plugin] prepare for next development iteration 2012-01-09 17:03:17 +01:00
ccancellieri
47cc5bf121 [maven-release-plugin] prepare release v1.3.0 2012-01-09 17:02:49 +01:00
ccancellieri
17236bb9fc added mvn release plugin 2012-01-09 17:01:07 +01:00
ccancellieri
2b74af5b7b Some changes to add metadataLinks. Switched to 1.3-SNAPSHOT version. 2011-11-28 10:48:40 +01:00
ccancellieri
e99471353d Added publish db improvemets to solve issue #13 2011-11-14 16:46:06 +01:00
ccancellieri
99104c13cb Fix ImageMosaic Metadata pubblication and Encoder refactoring 2011-07-11 18:09:00 +02:00
ETj
629e622b46 #7: Upgraded commons-io to 2.0.1 2011-05-13 01:43:37 +02:00
ETj
4de2db5553 Added ciManagement section in pom. 2011-05-10 17:33:31 +02:00
ETj
682aacc2d0 Fixing URLs. 2011-05-10 17:19:46 +02:00
ETj
49ffb6ecdb Deploying javadoc automatically when deploying site. 2011-05-10 17:05:08 +02:00
ETj
cf1546a31b Fixing demo server URL. 2011-05-10 16:41:57 +02:00
ETj
ec1120c240 Initial revision 2011-05-10 16:05:15 +02:00