From 0b26b94677cf2851f0fcda766bd89a863400ebe8 Mon Sep 17 00:00:00 2001
From: Matt Pasiewicz <mpasiewi@its.jnj.com>
Date: Fri, 18 Aug 2017 14:45:29 -0400
Subject: [PATCH] Adjust priority of path_processor.files higher than
 path_processor_alias

---
 core/modules/system/system.services.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/system/system.services.yml b/core/modules/system/system.services.yml
index ccfabe8..153e793 100644
--- a/core/modules/system/system.services.yml
+++ b/core/modules/system/system.services.yml
@@ -18,7 +18,7 @@ services:
   path_processor.files:
     class: Drupal\system\PathProcessor\PathProcessorFiles
     tags:
-      - { name: path_processor_inbound, priority: 200 }
+      - { name: path_processor_inbound, priority: 99 }
   system.admin_path.route_subscriber:
     class: Drupal\system\EventSubscriber\AdminRouteSubscriber
     tags:
-- 
2.10.1

