Skip to content
Commit 1234f1a1 authored by gmantele's avatar gmantele
Browse files

[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)
parent 118cd72b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment