Skip to content

Updating corelib rc to 0.19.0-rc3 for CORS - FileService

Srishti Sharma requested to merge coreLibUpdateCORS_FileService into azure/m12-master

Updating core-lib rc in POM file of file service (file-azure) to pick up CORS Changes.

Creating Release Candidate 0.19.0-rc3 (61465e2e) · Commits · Open Subsurface Data Universe Software / Platform / System / Lib / cloud / azure / OS Core Lib Azure · GitLab (opengroup.org)

Creating Release Candidate 0.19.0-rc3

TESTS:

Tested specified rc and CORS was working.

  1. If a request is sent from whitelisted origin, we will get response: image
  2. If a request is sent from non-allowed origin, we will get: image
  3. If corsEnabled is false, then all calls will succeed: - image
Edited by Srishti Sharma

Merge request reports