Skip to content
Snippets Groups Projects
Select Git revision
  • ia2
  • adql2.1-ia2
  • private_rows
  • master default protected
4 results

FormEncodedParser.java

  • gmantele's avatar
    1234f1a1
    [UWS,TAP] Fix parameters parsing in UWS (or Async in TAP): · 1234f1a1
    gmantele authored
    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)
    1234f1a1
    History
    [UWS,TAP] Fix parameters parsing in UWS (or Async in TAP):
    gmantele authored
    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)