[UWS,TAP] Fix parameters parsing in UWS (or Async in TAP):
when the content-type was not exactly 'application/x-www-form-urlencoded' for normal POST requests, no parameter was read by the UWS/TAP library. This content-type test has now been modified from a strict equality to a startsWith test. (Note: This bug only concerned the form encoded requests, not the multipart ones)
Loading
Please register or sign in to comment