WPS icon indicating copy to clipboard operation
WPS copied to clipboard

Bug in InputHandler detecting ComplexDataDescriptionType

Open nuest opened this issue 10 years ago • 0 comments

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.

nuest avatar Sep 25 '14 08:09 nuest