Some WCS 2.0 POST requests fails with ClassCastException
Description
While trying to add POST demo requests (see ), I noticed that some of them fail with a ClassCastException similar to:
The failed requests are attached to this issue.
Environment
JDK 8, Linux
Attachments
3
Activity
Andrea Aime
April 28, 2017 at 1:54 PM
(edited)
The scaling ones were not working due to axis name incompatibility, this has been recently fixed, the requests are working fine. The GeoTiff one is instead not conforming to the spec, it's using the wrong namespace, but an example right out of the spec does not work either, because compared to the early draft we implemented there is now an extra top level tag. I'll open a separate ticket for this, since the reported error cannot be longer reproduced
While trying to add POST demo requests (see ), I noticed that some of them fail with a ClassCastException similar to:
The failed requests are attached to this issue.