Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
file.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jan 2026 at 18:03 UTC
Updated:
24 Mar 2026 at 10:40 UTC
Jump to comment: Most recent
Comments
Comment #3
akalata commentedComment #4
akalata commentedComment #5
xjmAdded some additional credits from the private issues (one on s.do, one on GL) that hadn't made it onto the public one.
Comment #6
smustgrave commentedI reverted the change from https://git.drupalcode.org/project/drupal/-/commit/d2a47e6fd74dde54f4265...
Applied the MR and ran the tests in core/modules/file/tests/src/Functional/DummyStreamWrapperFileTest.php
dummy_public_scheme = PASS
private_scheme = PASS
dummy_private_scheme = FAIL The text "private" was not found anywhere in the "Cache-Control" response header.
temporary_scheme = FAIL The text "private" was not found anywhere in the "Cache-Control" response header.
Assuming the first two passing are fine and was intended to to expand coverage even for currently working scenarios.
LGTM
Comment #7
alexpottCommitted and pushed 843199c7f3b to main and 0231c1f3d03 to 11.x. Thanks!