Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2014 at 23:43 UTC
Updated:
13 Mar 2015 at 12:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerNote: Making it relative also decreases the size of the container file a bit.
Comment #2
benjy commentedNot sure what this might break.
Comment #4
tobiasbThx @dawehner for the help. ;-)
Comment #6
dawehnerThis could be it.
Comment #7
fabianx commentedGenerally +1 to this, RTBM.
Major, because FileReadOnlyStorage is else impossible.
Also as the container currently is shared across web heads via file_system, makes differently configured web heads problematic.
I will need to re-roll my classmap loader patch once that is in, but that is okay.
Comment #8
alexpottMaking the service container more transportable is nice. This issue addresses a major bug and is allowed per https://www.drupal.org/core/beta-changes. Committed f144ac6 and pushed to 8.0.x. Thanks!