From 9f144cdc727ee127093ee227d268381583c607c5 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Tue, 20 Mar 2018 11:08:30 +0200
Subject: [PATCH] Issue #2954467: Fixed issues with the [masquerade] Permission
 Denied when trying to masquerade when baseUrl is not /

---
 CHANGELOG.md  | 3 +++
 README.md     | 2 +-
 composer.json | 4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3575bba7..a44a6623 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -81,6 +81,9 @@ Planned to have *Varbase 8.x-5.x* branch to use the *media* module
                   Fixed issues on the Vartheme sub theme generator scripts
                   for a project using command line works for RTL option but
                   does not for LTR.
+* Issue [#2954467](https://www.drupal.org/node/2954467):
+                  Fixed issues with the [masquerade] Permission Denied when
+                  trying to masquerade when baseUrl is not /.
 
 
 ## 8.4.16
diff --git a/README.md b/README.md
index ce976be9..fdcf9465 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-4.17)](https://travis-ci.org/Vardot/varbase/builds/355454200) Varbase 8.4.17
+[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-4.17)](https://travis-ci.org/Vardot/varbase) Varbase 8.4.17
 
 [![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](https://www.drupal.org/project/varbase)
 
diff --git a/composer.json b/composer.json
index cd4bd321..de13d937 100644
--- a/composer.json
+++ b/composer.json
@@ -373,6 +373,10 @@
       "drupal/login_destination": {
         "Issue #2947616: Fixed SetOptions on null causing error.":
         "https://www.drupal.org/files/issues/2018-03-09/toolbar_alter_error-2947616-11.patch"
+      },
+      "drupal/masquerade": {
+        "Issue #2951196: Fix Permission Denied when trying to masquerade when baseUrl is not /":
+        "https://www.drupal.org/files/issues/2018-03-09/masquerade-no-baseUrl-2951196-3.patch"
       }
     }
   }
-- 
GitLab