From 1705dc4c5fbd8b60033e249ddbdfa2390bd42dcf Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Sat, 28 Mar 2020 15:56:50 -0400 Subject: [PATCH] Patch restws to fix Issue #2490416 (restws_basic_auth module conflicts with restws_oauth2_server). --- drupal-org.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drupal-org.make b/drupal-org.make index 0be1d3f16..5093a7b9f 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -112,6 +112,8 @@ projects[restws][patch][] = "http://www.drupal.org/files/issues/restws-2857490-2 projects[restws][patch][] = "http://www.drupal.org/files/issues/restws-bundleKeyTerms-2090177-12.patch" ; Fix Issue #1084144: Respond to CORS preflight requests projects[restws][patch][] = "http://www.drupal.org/files/issues/2019-06-17/restws-support_options_request-1084144-11-18.patch" +; Fix Issue #2490416 (restws_basic_auth module conflicts with restws_oauth2_server) +projects[restws][patch][] = "http://www.drupal.org/files/issues/2020-03-27/restws-auth-check-2490416-9.patch" projects[restws_field_collection][subdir] = "contrib" projects[restws_field_collection][version] = "1.1"