Closed bwaidelich closed 8 years ago
This is a hotfix for a regression introduced with https://github.com/neos/flow-development-collection/pull/499.
Background: The latest Http\RequestHandler of Flow internally uses the ComponentChain to determine the current Request/Response.
Http\RequestHandler
ComponentChain
Request
Response
This package uses a specialized handler which doesn't rely on the ComponentChain leading to a Fatal Error.
Merged with votes from #13 (wrong branch)
This is a hotfix for a regression introduced with https://github.com/neos/flow-development-collection/pull/499.
Background: The latest
Http\RequestHandler
of Flow internally uses theComponentChain
to determine the currentRequest
/Response
.This package uses a specialized handler which doesn't rely on the
ComponentChain
leading to a Fatal Error.