ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
168 stars 85 forks source link

handing query in body #66

Closed geogitinneed closed 6 years ago

geogitinneed commented 6 years ago

I have an issue where my query to geoserver using a GET request contains a very long URI, for which geoserver returns an error 414 - URI too long. I saw that geoserver can also get POST request with the query in the body of the request as an XML. can your plugin handle this kind of http request?

sjudeng commented 6 years ago

I'm not sure it's been tested. But I'd think the processing of the POST request might occur at a higher level by GeoServer so the request might look the same by the time it reaches the plugin. If you find there are any issues with it please post back here.