Skip to content

5.2.6 [HttpCache] Cannot access container #40637

Closed
@katchmk

Description

@katchmk

Symfony version(s) affected: 5.2.6

Description
This handle method tries to access the container which is not booted/available yet.

How to reproduce

// Enable the cache kernel to reproduce
$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
$kernel = new CacheKernel($kernel);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions