Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / StreamWrapper / PrivateStream.php
index e7bd97ee646d3498c61763c5b172b79fff4c15d6..22fb90f0c18e99379bc91ff851a2e6a589173f7b 100644 (file)
@@ -48,7 +48,7 @@ class PrivateStream extends LocalStream {
    */
   public function getExternalUrl() {
     $path = str_replace('\\', '/', $this->getTarget());
-    return $this->url('system.private_file_download', ['filepath' => $path], ['absolute' => TRUE]);
+    return $this->url('system.private_file_download', ['filepath' => $path], ['absolute' => TRUE, 'path_processing' => FALSE]);
   }
 
   /**