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

vollt

gmantele's avatar
gmantele authored
Until now, it was possible to destroy the job by posting ACTION=DELETE
with a URL like below:

    {root-uws}/{job-list}/{job-id}/foo/bar

That is completely wrong. The correct URL for this action must always be:

    {root-uws}/{job-list}/{job-id}

This commit fixes this error in UWSServlet and UWSService.
81c567c8
History
Name Last commit Last update