Spring MVC: do not validate CORS preflights

Issue #67 resolved
Sven Döring created an issue

As OPTIONS requests checking CORS allowance are rarely described in the Swagger definition those requests shall not be validated.

Checking CORS does Spring MVC.

But: Make sure that all other OPTIONS requests are validated.

Comments (1)

  1. Log in to comment