WPS
WPS copied to clipboard
Databinding issue
Certain image mime types are bound to the GenericFileDataBinding, see https://github.com/52North/WPS/blob/dev/52n-wps-r/src/main/java/org/n52/wps/server/r/data/RDataType.java#L77 ff. This databinding is not treated in the RIOHandler (see https://github.com/52North/WPS/blob/dev/52n-wps-r/src/main/java/org/n52/wps/server/r/workspace/RIOHandler.java#L237 ff). Also, line https://github.com/52North/WPS/blob/dev/52n-wps-r/src/main/java/org/n52/wps/server/r/workspace/RIOHandler.java#L238 will always throw a ClassCastException.