Skip to content

Hotfix/blocking cors on put requests

Julien Andrieux requested to merge hotfix/blocking-CORS-on-PUT-requests into master

Describe the MR

Fix two bugs with one MR :

  • CORS issue with the deprecation interceptor that prevents PUT calls
  • crash in the deprecation interceptor

Why was this MR needed?

The panto-0.3.0 is not allowing PUT calls, and crashes over ProbeConfiguration updates.

Extra-care points?

No.

Does this MR meet the acceptance criteria?

  • Documentation created/updated => N/A
  • CHANGELOG updated
  • Unit Tests added/updated

What are the relevant issue numbers?

Closes #426 (closed)

License and Developer Certificate of Origin

  • By contributing to Pantomath SAS, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Pantomath SAS. Except for the license granted herein to Pantomath SAS and recipients of software distributed by Pantomath SAS, You reserve all right, title, and interest in and to Your Contributions. All Contributions are subject to the following Developer Certificate of Origin and License terms.

Merge request reports