Hi,
On geoserver 2.1.x, trying a huge WCS getCoverage request.
I set “Maximum amount of data generated” to 0 so geoserver should not limit WCS size of the response.
But beyond a certain limit (around 1 Gb of raster data), geoserver seems to stop processing the request, and suddenly return an empty content response, with no error, and status code 200.
Are there some limitations of size, bounds or anything of the getCoverage request ? maybe related to the memory allocated to the JNDI and geoserver ?
thanks