WPS
WPS copied to clipboard
Bug in InputHandler detecting ComplexDataDescriptionType
In the line https://github.com/52North/WPS/blob/568d646b4d96bce2a6fa43127f5f50b78b0d572f/52n-wps-server/src/main/java/org/n52/wps/server/request/InputHandler.java#L321 when the method findComplexDataDescriptionType
is called, the potentialFormatEncoding
is always null
but it is used to try to infer the type anyway.